Browse Source

Fix example to use valid XML.

Submitted by: pedro_cristian@yahoo.fr


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272018 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
c7594db418
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      docs/manual/OptionalTasks/test.html

+ 3
- 3
docs/manual/OptionalTasks/test.html View File

@@ -56,9 +56,9 @@ which has content that specifies tasklet classname.</p>
<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


Loading…
Cancel
Save