aboutsummaryrefslogtreecommitdiffstats
path: root/testing-util
diff options
context:
space:
mode:
authorAndy Clement <aclement@pivotal.io>2019-01-23 13:33:30 -0800
committerAndy Clement <aclement@pivotal.io>2019-01-23 13:33:30 -0800
commit74dcae875f1c89b7e3fa2ffa6b524a3c187a597e (patch)
treeabee24c2ae0444b8348a15135cd5d7ab21387bfd /testing-util
parent27f3a1ceb20f5515962151e57dca7c3798e71f48 (diff)
downloadaspectj-74dcae875f1c89b7e3fa2ffa6b524a3c187a597e.tar.gz
aspectj-74dcae875f1c89b7e3fa2ffa6b524a3c187a597e.zip
mavenized testing-util module - complete
Diffstat (limited to 'testing-util')
-rw-r--r--testing-util/src/test/java/org/aspectj/testingutil/TestUtilTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing-util/src/test/java/org/aspectj/testingutil/TestUtilTest.java b/testing-util/src/test/java/org/aspectj/testingutil/TestUtilTest.java
index e5592b352..3a514a0ed 100644
--- a/testing-util/src/test/java/org/aspectj/testingutil/TestUtilTest.java
+++ b/testing-util/src/test/java/org/aspectj/testingutil/TestUtilTest.java
@@ -34,7 +34,7 @@ public class TestUtilTest extends TestCase {
public void testFileCompareNonClass() throws IOException {
MessageHandler holder = new MessageHandler();
- File thisFile = new File(UtilTests.TESTING_UTIL_PATH + "/testsrc/org/aspectj/testingutil/TestUtilTest.java");
+ File thisFile = new File(UtilTests.TESTING_UTIL_PATH + "/src/test/java/org/aspectj/testingutil/TestUtilTest.java");
//File thisFile = new File("src/testing-util.lst");
assertTrue(TestUtil.sameFiles(holder, thisFile, thisFile));