[ http://webtest-community.canoo.com/jira/browse/WT-509?page=all ]
     
Marc Guillemot closed WT-509:
-----------------------------

    Resolution: Fixed
     Assign To: Marc Guillemot

You're right, there are still a few users of this OS ;-)

Fixed in build 1753

> 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
>     Assignee: Marc Guillemot

>
> 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
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to