DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7436>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7436

wrong example

           Summary: wrong example
           Product: Ant
           Version: 1.4.1
          Platform: All
               URL: http://jakarta.apache.org/ant/manual/OptionalTasks/test.
                    html
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Documentation
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


<test showSuccess="false" showBanner="false" showTrace="true" 
forceShowTrace="true">
   <classpath refid="test.classpath"/>
   <testlet>org.foo.MyTestlet<testlet/>
   <testlet>org.foo.MyOtherTestlet<testlet/>
<test/>

should be

<test showSuccess="false" showBanner="false" showTrace="true" 
forceShowTrace="true">
   <classpath refid="test.classpath"/>
   <testlet>org.foo.MyTestlet</testlet>
   <testlet>org.foo.MyOtherTestlet</testlet>
</test>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to