org.apache.maven.plugin.ide.IdeUtilsTest.testToRelativeAndFixSeparator_WhereOnDifferentDrivesAndAbsolutePaths()
 fail if drive "D" doesnt exists
-----------------------------------------------------------------------------------------------------------------------------------------------

                 Key: MECLIPSE-502
                 URL: http://jira.codehaus.org/browse/MECLIPSE-502
             Project: Maven 2.x Eclipse Plugin
          Issue Type: Test
          Components: Core : .project
    Affects Versions: 2.6
         Environment: maven 2.0.9
            Reporter: Andreas Höhmann


my drive "D"  is a CDROM ... the test fails if no cd is in the drive :)

..
String actual = IdeUtils.toRelativeAndFixSeparator( basedir, fileToAdd, false );
String expected = 
"D:/ide/workspace/maven/maven-eclipse-plugin/target/main-output";
...

The should use a driver which is no cd-rom, e.g. use driver "C" ?!

-- 
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


Reply via email to