aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoraclement <aclement>2009-03-24 01:10:28 +0000
committeraclement <aclement>2009-03-24 01:10:28 +0000
commit706fea95235110c75ab4853783df7f277bef4307 (patch)
tree393c26c17d4033b3e70937f7ccdd88284db39130 /tests
parent03f436798a2210327d7614e15566697e06ea5789 (diff)
downloadaspectj-706fea95235110c75ab4853783df7f277bef4307.tar.gz
aspectj-706fea95235110c75ab4853783df7f277bef4307.zip
268827: ask for the JDT project state
Diffstat (limited to 'tests')
-rw-r--r--tests/src/org/aspectj/systemtest/incremental/tools/IncrementalOutputLocationManagerTests.java5
-rw-r--r--tests/src/org/aspectj/systemtest/incremental/tools/MoreOutputLocationManagerTests.java5
2 files changed, 10 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/incremental/tools/IncrementalOutputLocationManagerTests.java b/tests/src/org/aspectj/systemtest/incremental/tools/IncrementalOutputLocationManagerTests.java
index 3a1e246d9..9a04de9d9 100644
--- a/tests/src/org/aspectj/systemtest/incremental/tools/IncrementalOutputLocationManagerTests.java
+++ b/tests/src/org/aspectj/systemtest/incremental/tools/IncrementalOutputLocationManagerTests.java
@@ -90,6 +90,11 @@ public class IncrementalOutputLocationManagerTests extends AbstractMultiProjectI
return null;
}
+ public int discoverChangesSince(File dir, long buildtime) {
+ // TODO Auto-generated method stub
+ return 0;
+ }
+
}
}
diff --git a/tests/src/org/aspectj/systemtest/incremental/tools/MoreOutputLocationManagerTests.java b/tests/src/org/aspectj/systemtest/incremental/tools/MoreOutputLocationManagerTests.java
index f8bd9c40c..554061291 100644
--- a/tests/src/org/aspectj/systemtest/incremental/tools/MoreOutputLocationManagerTests.java
+++ b/tests/src/org/aspectj/systemtest/incremental/tools/MoreOutputLocationManagerTests.java
@@ -361,6 +361,11 @@ public class MoreOutputLocationManagerTests extends AbstractMultiProjectIncremen
// TODO Auto-generated method stub
return null;
}
+
+ public int discoverChangesSince(File dir, long buildtime) {
+ // TODO Auto-generated method stub
+ return 0;
+ }
}
}