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>
   &lt;test showSuccess=&quot;false&quot; showBanner=&quot;false&quot; 
showTrace=&quot;true&quot; forceShowTrace=&quot;true&quot;&gt;
      &lt;classpath refid=&quot;test.classpath&quot;/&gt;
  -   &lt;testlet&gt;org.foo.MyTestlet&lt;testlet/&gt;
  -   &lt;testlet&gt;org.foo.MyOtherTestlet&lt;testlet/&gt;
  -&lt;test/&gt;
  +   &lt;testlet&gt;org.foo.MyTestlet&lt;/testlet&gt;
  +   &lt;testlet&gt;org.foo.MyOtherTestlet&lt;/testlet&gt;
  +&lt;/test&gt;
   </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]>

Reply via email to