vmassol     01/09/07 09:54:38

  Modified:    cactus/docs/framework/xdocs todo.xml
  Log:
  moved around a few items
  
  Revision  Changes    Path
  1.46      +18 -15    jakarta-commons/cactus/docs/framework/xdocs/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/cactus/docs/framework/xdocs/todo.xml,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- todo.xml  2001/09/07 16:48:17     1.45
  +++ todo.xml  2001/09/07 16:54:38     1.46
  @@ -32,9 +32,6 @@
     <version title="Version 1.2">
   
       <category title="Documentation">
  -      <action>
  -        Add a tutorial for building Cactus from the source distribution.
  -      </action>
         <action assigned-to="Vincent Massol">
           Rewrite a Cactus TestCase tutorial that explains the different
           <code>TestCase</code> classes and how to write tests using them.
  @@ -58,17 +55,6 @@
           are expected to be set in the HTTP Session, application scope, ...
           before running the test.
         </action>
  -      <action assigned-to="Jari Worsley">
  -        Write a tutorial that explains how to use Cactus to do unit testing of
  -        JSP, i.e. only test
  -        the JSP itself and not the controller part and the model (only test the
  -        View in an MVC model). This is done by using mock implementations of
  -        java beans used in the JSP to unit test, set these java beans in the
  -        testXXX() method of a cactus test and then assert the result of the
  -        JSP executing in the endXXX() method. Modify the scope diagram on the
  -        <link href="scope.html">scope</link> page to show that Cactus also does
  -        unit testing of JSPs.
  -      </action>
       </category>
   
       <category title="Build Process">
  @@ -101,7 +87,7 @@
           Handle <code>getRealPath()</code>, <code>getPathTranslated()</code> in
           the <code>ServletRedirectorRequest</code> class. With the current
           version if you use these API, it will return the native path for the
  -        Servlet Redirector and not for your servlet being tested.
  +        Servlet Redirector and not for your servlet being tested
         </action>
         <action>
           Add an API in <code>WebRequest</code> to send data to the URL
  @@ -118,6 +104,23 @@
     </version>
   
     <version title="Version 1.x where x>2">
  +
  +    <category title="Documentation">
  +      <action>
  +        Add a tutorial for building Cactus from the source distribution.
  +      </action>
  +      <action assigned-to="Jari Worsley">
  +        Write a tutorial that explains how to use Cactus to do unit testing of
  +        JSP, i.e. only test
  +        the JSP itself and not the controller part and the model (only test the
  +        View in an MVC model). This is done by using mock implementations of
  +        java beans used in the JSP to unit test, set these java beans in the
  +        testXXX() method of a cactus test and then assert the result of the
  +        JSP executing in the endXXX() method. Modify the scope diagram on the
  +        <link href="scope.html">scope</link> page to show that Cactus also does
  +        unit testing of JSPs.
  +      </action>
  +    </category>
   
       <category title="Design/Code">
         <action>
  
  
  

Reply via email to