diff options
author | wisberg <wisberg> | 2003-08-14 21:38:15 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-08-14 21:38:15 +0000 |
commit | 4039165de35d82b41c8ffea395a81394fdfea219 (patch) | |
tree | d01edc576bcd18dee69a837589fe60cd90b7152e /testing | |
parent | 56d4d719ba6e1ff20efe3f1003aa8eec8d5b88a2 (diff) | |
download | aspectj-4039165de35d82b41c8ffea395a81394fdfea219.tar.gz aspectj-4039165de35d82b41c8ffea395a81394fdfea219.zip |
comment about disabled tests
Diffstat (limited to 'testing')
-rw-r--r-- | testing/testsrc/org/aspectj/testing/harness/bridge/DirChangesTest.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/testsrc/org/aspectj/testing/harness/bridge/DirChangesTest.java b/testing/testsrc/org/aspectj/testing/harness/bridge/DirChangesTest.java index 2ce69e310..71fd647e1 100644 --- a/testing/testsrc/org/aspectj/testing/harness/bridge/DirChangesTest.java +++ b/testing/testsrc/org/aspectj/testing/harness/bridge/DirChangesTest.java @@ -29,7 +29,8 @@ import org.aspectj.testing.xml.XMLWriter; import org.aspectj.util.LangUtil; /** - * + * (broken) tests for unutilized feature to read in + * expected directory changes as messages. */ public class DirChangesTest extends TestCase { private static final boolean PRINTING = false; |