1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-14 03:35:37 +02:00

bug 312812: JUnit failure in Hudson builds - ManagedBuildCoreTests20.testScannerInfoInterface

Reverted to 1.11 as the last revision broke JUnit test
This commit is contained in:
Andrew Gvozdev 2010-05-14 01:57:52 +00:00
parent fe3c6d028f
commit 845e51b0a5

View file

@ -247,7 +247,7 @@ public class DescriptionScannerInfoProvider implements IScannerInfoProvider, ICP
path = projLocation.append(path);
}
if(path != null)
values[num++] = p;
values[num++] = path.toOSString();
}
if(num < pathEntries.length){