summaryrefslogtreecommitdiffstats
path: root/util/testsrc
diff options
context:
space:
mode:
authormwebster <mwebster>2006-06-15 12:58:38 +0000
committermwebster <mwebster>2006-06-15 12:58:38 +0000
commit81abede5115df2b032b846c5ff8bf23050f68e34 (patch)
treefc8b9972315fc1dce4eecf8d630183eb95433e77 /util/testsrc
parentf4cd0bfb01911ae5f8aaf4a114fac0b921806f50 (diff)
downloadaspectj-81abede5115df2b032b846c5ff8bf23050f68e34.tar.gz
aspectj-81abede5115df2b032b846c5ff8bf23050f68e34.zip
Fix build: move createEmptySandbox() from FileUtil back to Ajc to avoid JUnit dependency problem in util project
Diffstat (limited to 'util/testsrc')
-rw-r--r--util/testsrc/org/aspectj/util/FileUtilTest.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/util/testsrc/org/aspectj/util/FileUtilTest.java b/util/testsrc/org/aspectj/util/FileUtilTest.java
index 1879abef7..23ac0e31f 100644
--- a/util/testsrc/org/aspectj/util/FileUtilTest.java
+++ b/util/testsrc/org/aspectj/util/FileUtilTest.java
@@ -706,10 +706,5 @@ public class FileUtilTest extends TestCase {
assertTrue("written: " + pipe.totalWritten(), false);
}
}
-
- public void testCreateEmptySandbox () {
- File sandbox = FileUtil.createEmptySandbox();
- assertTrue("Sandbox does not exist",sandbox.exists());
- }
}