1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Problem with cygwin test was due to incomplete cygwin install

This commit is contained in:
John Cortell 2012-08-23 19:42:46 -05:00
parent 266447957f
commit dd605da495

View file

@ -938,11 +938,6 @@ public class ErrorParserFileMatchingTest extends TestCase {
return;
}
// Consistently fails, and, yes, I do have Cygwin in my PATH
if (System.getProperty("cdt.skip.known.test.failures") != null) { //$NON-NLS-1$
return;
}
assertTrue("usrIncludeWindowsPath=["+usrIncludeWindowsPath+"]",
usrIncludeWindowsPath.charAt(1)==IPath.DEVICE_SEPARATOR);