diff --git a/docs/manual/OptionalTasks/test.html b/docs/manual/OptionalTasks/test.html index 03dfd348c..b65009147 100644 --- a/docs/manual/OptionalTasks/test.html +++ b/docs/manual/OptionalTasks/test.html @@ -56,9 +56,9 @@ which has content that specifies tasklet classname.
<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>
The above will run the testlets org.foo.MyTestlet and org.foo.MyOtherTestlet