mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Bug 263201 Test fixes
This commit is contained in:
parent
1f8d69201e
commit
f858d74e02
1 changed files with 4 additions and 2 deletions
|
@ -429,7 +429,8 @@ public class ErrorParserFileMatchingTest extends TestCase {
|
||||||
ProblemMarkerInfo problemMarkerInfo = errorList.get(0);
|
ProblemMarkerInfo problemMarkerInfo = errorList.get(0);
|
||||||
// No match found
|
// No match found
|
||||||
assertEquals("P/FindMatchingFilesTest",problemMarkerInfo.file.toString());
|
assertEquals("P/FindMatchingFilesTest",problemMarkerInfo.file.toString());
|
||||||
assertEquals("testDuplicateSymbolicLink.c error",problemMarkerInfo.description);
|
assertEquals(new Path("testDuplicateSymbolicLink.c"),problemMarkerInfo.externalPath);
|
||||||
|
assertEquals("error",problemMarkerInfo.description);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -477,7 +478,8 @@ public class ErrorParserFileMatchingTest extends TestCase {
|
||||||
ProblemMarkerInfo problemMarkerInfo = errorList.get(0);
|
ProblemMarkerInfo problemMarkerInfo = errorList.get(0);
|
||||||
// No match found
|
// No match found
|
||||||
assertEquals("P/FindMatchingFilesTest",problemMarkerInfo.file.toString());
|
assertEquals("P/FindMatchingFilesTest",problemMarkerInfo.file.toString());
|
||||||
assertEquals("testDuplicateFolderSymbolicLink.c error",problemMarkerInfo.description);
|
assertEquals(new Path("testDuplicateFolderSymbolicLink.c"),problemMarkerInfo.externalPath);
|
||||||
|
assertEquals("error",problemMarkerInfo.description);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue