WebtestCase.getTemporaryWebtestResourcesFolder() misbehaves on Windows
----------------------------------------------------------------------

         Key: WT-509
         URL: http://webtest-community.canoo.com/jira/browse/WT-509
     Project: WebTest
        Type: Bug

    Reporter: Alex Bepple


On Windows the above function returns the absolute path of the class file. In 
order to fix this, the line
   def thisClassFileName = this.class.name.replace('.', '/') + ".class"
should be changed to
   def thisClassFileName = this.class.name.replace('.', File.separator) + 
".class"


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://webtest-community.canoo.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

_______________________________________________
WebTest mailing list
WebTest@lists.canoo.com
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to