aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoraclement <aclement>2008-09-16 23:08:12 +0000
committeraclement <aclement>2008-09-16 23:08:12 +0000
commitc84daa305f559019bced940684d9cfbf22812180 (patch)
treecbc58f6315b366d35e7969405ee8336a345b8854 /tests
parentf6e3192f19abca9e89f3948276b8f6aca6815b24 (diff)
downloadaspectj-c84daa305f559019bced940684d9cfbf22812180.tar.gz
aspectj-c84daa305f559019bced940684d9cfbf22812180.zip
New method on the interface: null impl
Diffstat (limited to 'tests')
-rw-r--r--tests/src/org/aspectj/systemtest/incremental/tools/MoreOutputLocationManagerTests.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/incremental/tools/MoreOutputLocationManagerTests.java b/tests/src/org/aspectj/systemtest/incremental/tools/MoreOutputLocationManagerTests.java
index 9d5c20cb4..8cfb205cd 100644
--- a/tests/src/org/aspectj/systemtest/incremental/tools/MoreOutputLocationManagerTests.java
+++ b/tests/src/org/aspectj/systemtest/incremental/tools/MoreOutputLocationManagerTests.java
@@ -376,6 +376,11 @@ public class MoreOutputLocationManagerTests extends AbstractMultiProjectIncremen
public File getDefaultOutputLocation() {
return outputLoc;
}
+
+ public String getSourceFolderForFile(File sourceFile) {
+ // TODO Auto-generated method stub
+ return null;
+ }
}
}