1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 07:05:24 +02:00

Updates the cpathentry

This commit is contained in:
Alain Magloire 2004-02-26 17:31:45 +00:00
parent 8609c455a2
commit 47b44fb327
2 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,11 @@
2004-02-26 Alain Magloire
Update the cpathtest
2004-02-25 Bogdan Gheorghe
Added DependencyTests::testUpdateDependencyNPE
* model/org/eclipse/cdt/core/model/test/CPathEntryTest.java
2004-02-25 John Camelon
Updates for new ISourceElementRequestor interface updates.

View file

@ -54,7 +54,7 @@ public class CPathEntryTest extends TestCase {
int flags = delta.getFlags();
int kind = delta.getKind();
if (kind == ICElementDelta.CHANGED ) {
if ((flags & ICElementDelta.F_ADDED_PATHENTRY_INCLUDE) != 0) {
if ((flags & ICElementDelta.F_CHANGED_PATHENTRY_INCLUDE) != 0) {
count++;
}
}