You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by do...@apache.org on 2002/04/03 17:03:41 UTC

cvs commit: jakarta-turbine-3/xdocs core-testing.xml

dobbs       02/04/03 07:03:40

  Modified:    xdocs    core-testing.xml
  Log:
  Run-time test section now talks about run-time tests instead of unit
  tests.  Removed "localized" from the description of Running the Tests.
  
  Revision  Changes    Path
  1.12      +3 -3      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.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- core-testing.xml	9 Feb 2002 18:46:26 -0000	1.11
  +++ core-testing.xml	3 Apr 2002 15:03:40 -0000	1.12
  @@ -45,7 +45,7 @@
   
       <section name="Run-Time Tests">
         <p>
  -        The sources for the basic unit tests are located in the /rttest/org
  +        The sources for the run-time tests are located in the /rttest/org
           directory. These test sources are copied to our working sources
           directory where they are compiled along with the other Turbine
           classes. We use Cactus to startup up our selected servlet container
  @@ -56,8 +56,8 @@
   
       <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
  +        All the testing functionality is defined 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>
         
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>