jvanzyl     02/01/17 08:20:16

  Modified:    xdocs    core-testing.xml
  Log:
  - adding some rudimentary notes on how to run the basic unit tests
    and the runtime tests.
  
  Revision  Changes    Path
  1.2       +23 -1     jakarta-turbine-3/xdocs/core-testing.xml
  
  Index: core-testing.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/xdocs/core-testing.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- core-testing.xml  17 Jan 2002 15:19:33 -0000      1.1
  +++ core-testing.xml  17 Jan 2002 16:20:16 -0000      1.2
  @@ -51,6 +51,28 @@
           servlet test cases.
         </p>
       </section>
  -  
  +
  +    <section name="Running The Tests">
  +      <p>
  +        All the testing functionality has been localized in the build-test.xml
  +        file, so if you're curious as to how things work this is the place to
  +        look. If you wish to use the basic unit tests then execute:
  +      </p>
  +      
  +      <source>
  +        ant -buildfile build-test.xml test
  +      </source>
  +      
  +      <p>
  +        If you wish to use the runtime test then execute:
  +      </p>
  +      
  +      <source>
  +        ant -buildfile build-test.xml test-servlet
  +      </source>
  +      
  +    </section>
  +
  +
     </body>
   </document>
  
  
  

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

Reply via email to