morgand 01/08/17 13:09:48
Modified: latka/conf suite.dtd tests.ent
Log:
added new tests
Revision Changes Path
1.4 +5 -0 jakarta-commons-sandbox/latka/conf/suite.dtd
Index: suite.dtd
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/latka/conf/suite.dtd,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- suite.dtd 2001/08/14 20:14:51 1.3
+++ suite.dtd 2001/08/17 20:09:48 1.4
@@ -50,6 +50,11 @@
ignoreCase (true | false) "false"
label CDATA #IMPLIED>
+<!ELEMENT golden_file EMPTY>
+<!ATTLIST golden_file file_name CDATA #REQUIRED
+ ignore_whitespace (true | false) "false"
+ label CDATA #IMPLIED>
+
<!ELEMENT byte_length EMPTY>
<!ATTLIST byte_length min CDATA "0"
max CDATA #IMPLIED
1.2 +1 -1 jakarta-commons-sandbox/latka/conf/tests.ent
Index: tests.ent
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/latka/conf/tests.ent,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tests.ent 2001/08/14 20:14:51 1.1
+++ tests.ent 2001/08/17 20:09:48 1.2
@@ -3,7 +3,7 @@
<!-- add new tests to this array (add top-level element only) -->
<!ENTITY % tests "status_code | regexp | byte_length |
- max_request_time | cookie">
+ max_request_time | cookie | golden_file | response_header">
<!--