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:
parent
8609c455a2
commit
47b44fb327
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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++;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue