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:
parent
fe3c6d028f
commit
845e51b0a5
1 changed files with 1 additions and 1 deletions
|
@ -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){
|
||||
|
|
Loading…
Add table
Reference in a new issue