os agnistic path test assertion
-------------------------------

                 Key: MFITNESSE-19
                 URL: http://jira.codehaus.org/browse/MFITNESSE-19
             Project: Maven 2.x Fitnesse Plugin
          Issue Type: Test
    Affects Versions: 1.0-beta-3
         Environment: GNU/Linux
            Reporter: Luca Marrocco
            Assignee: pkernevez
            Priority: Trivial
         Attachments: osAgnosticPathTest.patch

on GNU/Linux separatorChar is /. The assertion in test fail because it is 
expressed using non GNU/Linux separatorChar

i have fixed this problem, as summarized below:
* FitnessePageTest fix replaceing // with \
* FitnesseReportMojoTest adding function osAgnosticPath that replace \\ and / 
with File.separatorChar and viceversa, using it into assertion fix the error
* FitnesseRunnerMojoTest.testPrepareCommandLine replace "bidon.jar;" with 
"bidon.jar" + File.separatorChar

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

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to