diff options
author | wisberg <wisberg> | 2004-06-10 16:35:55 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2004-06-10 16:35:55 +0000 |
commit | 2489444ba5813cb1f3409eab9d04aa73f1bb3939 (patch) | |
tree | 6282aeeaabb045426fefa84be399b898ab7c8e12 /tests/ajcTestSuite.dtd | |
parent | 0ffb7cb8f5b01873495f1d419e4f59c13816325c (diff) | |
download | aspectj-2489444ba5813cb1f3409eab9d04aa73f1bb3939.tar.gz aspectj-2489444ba5813cb1f3409eab9d04aa73f1bb3939.zip |
harness support for dirchanges delay (milliseconds) attribute
Diffstat (limited to 'tests/ajcTestSuite.dtd')
-rw-r--r-- | tests/ajcTestSuite.dtd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ajcTestSuite.dtd b/tests/ajcTestSuite.dtd index f6626208f..45c00f0c0 100644 --- a/tests/ajcTestSuite.dtd +++ b/tests/ajcTestSuite.dtd @@ -62,4 +62,5 @@ <!ATTLIST dir-changes unchanged CDATA #IMPLIED >
<!ATTLIST dir-changes expDir CDATA #IMPLIED >
<!ATTLIST dir-changes fastFail CDATA #IMPLIED >
+ <!ATTLIST dir-changes delay CDATA #IMPLIED >
|