vmassol 01/04/09 09:38:29
Modified: cactus/docs/framework/xdocs index.xml
Log:
reworded "It is based on JUnit" to "It uses JUnit, and extends it" (thanks to Rob
Leland for that)
Revision Changes Path
1.2 +1 -1 jakarta-commons/cactus/docs/framework/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/cactus/docs/framework/xdocs/index.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- index.xml 2001/04/09 11:52:32 1.1
+++ index.xml 2001/04/09 16:38:27 1.2
@@ -16,7 +16,7 @@
<s1 title="Project description">
<p>
Cactus is a simple test framework for unit testing server-side java
- code. It is based on <link href="http://junit.org">JUnit</link>.
+ code. It uses <link href="http://junit.org">JUnit</link> and extends it.
It's primary goal is to be able to unit test server side java methods
which use Servlet objects such as <code>HttpServletRequest</code>,
<code>HttpServletResponse</code>, <code>HttpSession</code>, ... (see