aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTestSuite.dtd
diff options
context:
space:
mode:
authorjhugunin <jhugunin>2003-05-09 17:34:40 +0000
committerjhugunin <jhugunin>2003-05-09 17:34:40 +0000
commitce5009fc996ab8894afe3530754d8e22e6a8114d (patch)
tree19bd04703a5d7f87c7c62cb8e58dc0514c9a318f /tests/ajcTestSuite.dtd
parent845cb02fae070fede825d0359d0395adab4aa052 (diff)
downloadaspectj-ce5009fc996ab8894afe3530754d8e22e6a8114d.tar.gz
aspectj-ce5009fc996ab8894afe3530754d8e22e6a8114d.zip
changed suite spec from ajc-test+ to ajc-test* to allow empty suites
so that ajcTestsFailing can be empty without looking scary when run
Diffstat (limited to 'tests/ajcTestSuite.dtd')
-rw-r--r--tests/ajcTestSuite.dtd2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ajcTestSuite.dtd b/tests/ajcTestSuite.dtd
index f437e8db0..db723e0ff 100644
--- a/tests/ajcTestSuite.dtd
+++ b/tests/ajcTestSuite.dtd
@@ -2,7 +2,7 @@
<!-- element-component mappings are in org.aspectj.testing.xml.AjcSpecXmlReader -->
<!-- element names are determined by the component XMLNAME static variable -->
- <!ELEMENT suite (ajc-test+)>
+ <!ELEMENT suite (ajc-test*)>
<!ATTLIST suite suiteDir CDATA #IMPLIED >
<!ELEMENT ajc-test (compile, (compile | inc-compile | run)*)>