vmassol 01/09/07 09:48:17
Modified: cactus/docs/framework/xdocs todo.xml
Log:
less todos ... :)
Revision Changes Path
1.45 +3 -7 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.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- todo.xml 2001/08/19 17:44:21 1.44
+++ todo.xml 2001/09/07 16:48:17 1.45
@@ -36,9 +36,6 @@
Add a tutorial for building Cactus from the source distribution.
</action>
<action assigned-to="Vincent Massol">
- Rewrite an Ant integration tutorial.
- </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.
</action>
@@ -50,6 +47,9 @@
Write a tutorial that explains how to unit test Tag libraries (only
taglets that extend TagSupport for the moment).
</action>
+ <action assigned-to="Vincent Massol">
+ Write a tutorial that explains how to unit test Servlet Filters.
+ </action>
<action>
Add a tutorial/FAQ entry for explaining unit testing of persistent
sessions, i.e. to explain that each unit test is *independent* of
@@ -96,10 +96,6 @@
Continue support for JSP Taglib to fully support all types of taglets
(even the one with body content which extend TagBodySupport). At the
current time only taglib that extend TagSupport are supported.
- </action>
- <action assigned-to="Vincent Massol">
- Design and implement support for unit testing Filters (Servlet API
- 2.3 only).
</action>
<action>
Handle <code>getRealPath()</code>, <code>getPathTranslated()</code> in