mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 09:16:02 +02:00
Problem with cygwin test was due to incomplete cygwin install
This commit is contained in:
parent
266447957f
commit
dd605da495
1 changed files with 0 additions and 5 deletions
|
@ -938,11 +938,6 @@ public class ErrorParserFileMatchingTest extends TestCase {
|
||||||
return;
|
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+"]",
|
assertTrue("usrIncludeWindowsPath=["+usrIncludeWindowsPath+"]",
|
||||||
usrIncludeWindowsPath.charAt(1)==IPath.DEVICE_SEPARATOR);
|
usrIncludeWindowsPath.charAt(1)==IPath.DEVICE_SEPARATOR);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue