diff options
author | wisberg <wisberg> | 2005-05-12 11:54:22 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2005-05-12 11:54:22 +0000 |
commit | 9be6f2d8567da5ee7628049a452f989b1410402c (patch) | |
tree | ef74de054be1d06c9d1ce8a404c6bda5f16c6ab0 /tests/ajcTestSuite.dtd | |
parent | 23571ff0520587189db0a64e035baa7eb63c7a35 (diff) | |
download | aspectj-9be6f2d8567da5ee7628049a452f989b1410402c.tar.gz aspectj-9be6f2d8567da5ee7628049a452f989b1410402c.zip |
harness LTW support - untested
Diffstat (limited to 'tests/ajcTestSuite.dtd')
-rw-r--r-- | tests/ajcTestSuite.dtd | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/ajcTestSuite.dtd b/tests/ajcTestSuite.dtd index e7c4f5918..44734a9cc 100644 --- a/tests/ajcTestSuite.dtd +++ b/tests/ajcTestSuite.dtd @@ -4,8 +4,8 @@ <!ELEMENT suite (ajc-test*)>
<!ATTLIST suite suiteDir CDATA #IMPLIED >
-
- <!ELEMENT ajc-test (compile, (compile | inc-compile | run)*)>
+ <!-- permits leading inc-compile, will fail -->
+ <!ELEMENT ajc-test ((compile | inc-compile | run)*)>
<!ATTLIST ajc-test title CDATA #REQUIRED >
<!ATTLIST ajc-test dir CDATA #REQUIRED >
<!ATTLIST ajc-test pr CDATA #IMPLIED >
@@ -42,6 +42,9 @@ <!ATTLIST run fork CDATA #IMPLIED >
<!ATTLIST run vmargs CDATA #IMPLIED >
<!ATTLIST run aspectpath CDATA #IMPLIED >
+ <!ATTLIST run classpath CDATA #IMPLIED >
+ <!ATTLIST run LTW CDATA #IMPLIED >
+ <!ATTLIST run exception CDATA #IMPLIED >
<!ELEMENT message (source*)>
<!ATTLIST message kind (abort | fail | error | warning | info | Xlint) #REQUIRED >
|