Author: kkolinko
Date: Tue Jun 2 20:03:42 2009
New Revision: 781143
URL: http://svn.apache.org/viewvc?rev=781143&view=rev
Log:
In TC 5.5 tester module:
Add SSIConditional* and SSIVarSub* tests to the testsuite file.
Note, that all SSITest tests there, including these ones, are disabled by
default.
Modified:
tomcat/container/tc5.5.x/tester/src/bin/tester.xml
Modified: tomcat/container/tc5.5.x/tester/src/bin/tester.xml
URL:
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/tester/src/bin/tester.xml?rev=781143&r1=781142&r2=781143&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/tester/src/bin/tester.xml (original)
+++ tomcat/container/tc5.5.x/tester/src/bin/tester.xml Tue Jun 2 20:03:42 2009
@@ -1888,7 +1888,63 @@
request="${context.path}/SSIFsize08.shtml" debug="${debug}"
golden="${golden.path}/SSIFsize02.txt"/>
- </target>
+ <tester host="${host}" port="${port}" protocol="${protocol}"
+ request="${context.path}/SSIConditional01.shtml" debug="${debug}"
+ golden="${golden.path}/SSIConditional01.txt"/>
+
+ <tester host="${host}" port="${port}" protocol="${protocol}"
+ request="${context.path}/SSIConditional02.shtml" debug="${debug}"
+ golden="${golden.path}/SSIConditional02.txt"/>
+
+ <tester host="${host}" port="${port}" protocol="${protocol}"
+ request="${context.path}/SSIConditional03.shtml" debug="${debug}"
+ golden="${golden.path}/SSIConditional03.txt"/>
+
+ <tester host="${host}" port="${port}" protocol="${protocol}"
+ request="${context.path}/SSIConditional04.shtml" debug="${debug}"
+ golden="${golden.path}/SSIConditional04.txt"/>
+
+ <tester host="${host}" port="${port}" protocol="${protocol}"
+ request="${context.path}/SSIConditional05.shtml" debug="${debug}"
+ golden="${golden.path}/SSIConditional05.txt"/>
+
+ <tester host="${host}" port="${port}" protocol="${protocol}"
+ request="${context.path}/SSIConditional06.shtml" debug="${debug}"
+ golden="${golden.path}/SSIConditional06.txt"/>
+
+ <tester host="${host}" port="${port}" protocol="${protocol}"
+ request="${context.path}/SSIConditional07.shtml" debug="${debug}"
+ golden="${golden.path}/SSIConditional07.txt"/>
+
+ <tester host="${host}" port="${port}" protocol="${protocol}"
+ request="${context.path}/SSIConditional08.shtml" debug="${debug}"
+ golden="${golden.path}/SSIConditional08.txt"/>
+
+ <tester host="${host}" port="${port}" protocol="${protocol}"
+ request="${context.path}/SSIVarSub01.shtml" debug="${debug}"
+ golden="${golden.path}/SSIVarSub01.txt"/>
+
+ <tester host="${host}" port="${port}" protocol="${protocol}"
+ request="${context.path}/SSIVarSub02.shtml" debug="${debug}"
+ golden="${golden.path}/SSIVarSub02.txt"/>
+
+ <tester host="${host}" port="${port}" protocol="${protocol}"
+ request="${context.path}/SSIVarSub03.shtml" debug="${debug}"
+ golden="${golden.path}/SSIVarSub03.txt"/>
+
+ <tester host="${host}" port="${port}" protocol="${protocol}"
+ request="${context.path}/SSIVarSub04.shtml" debug="${debug}"
+ golden="${golden.path}/SSIVarSub03.txt"/>
+
+ <tester host="${host}" port="${port}" protocol="${protocol}"
+ request="${context.path}/SSIVarSub05.shtml" debug="${debug}"
+ golden="${golden.path}/SSIVarSub04.txt"/>
+
+ <tester host="${host}" port="${port}" protocol="${protocol}"
+ request="${context.path}/SSIVarSub06.shtml" debug="${debug}"
+ golden="${golden.path}/SSIVarSub05.txt"/>
+
+</target>
-->
<!--
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]