donaldp 02/03/25 02:39:56
Modified: docs/manual/OptionalTasks test.html
Log:
Fix example to use valid XML.
Submitted by: [EMAIL PROTECTED]
Revision Changes Path
1.6 +3 -3 jakarta-ant/docs/manual/OptionalTasks/test.html
Index: test.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/test.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- test.html 3 Feb 2002 22:09:09 -0000 1.5
+++ test.html 25 Mar 2002 10:39:56 -0000 1.6
@@ -56,9 +56,9 @@
<pre>
<test showSuccess="false" showBanner="false"
showTrace="true" forceShowTrace="true">
<classpath refid="test.classpath"/>
- <testlet>org.foo.MyTestlet<testlet/>
- <testlet>org.foo.MyOtherTestlet<testlet/>
-<test/>
+ <testlet>org.foo.MyTestlet</testlet>
+ <testlet>org.foo.MyOtherTestlet</testlet>
+</test>
</pre>
</blockquote>
The above will run the testlets org.foo.MyTestlet and org.foo.MyOtherTestlet
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>