dlr 02/01/18 11:10:56
Modified: xdocs core-testing.xml
Log:
o Added link to JUnit web site.
o Corrected spelling (runtime -> run-time).
Revision Changes Path
1.4 +12 -10 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.3
retrieving revision 1.4
diff -u -u -r1.3 -r1.4
--- core-testing.xml 17 Jan 2002 18:53:10 -0000 1.3
+++ core-testing.xml 18 Jan 2002 19:10:56 -0000 1.4
@@ -20,14 +20,16 @@
changes against your own project is not enough</b>.
</p>
<p>
- The tests to date are very shallow, but the framework is in place
- so that we can expand the tests to ensure that as we make changes
- we don't introduce any new unexpected behaviour. This
- should allow us to aggresively refactor Turbine with a certain degree
- of safety. The impact changes have on the core will become more
- apparent as the tests and test procedures expand. We have two flavours
- of tests: the basic unit tests, and runtime tests that employ the use
- of <a href="http://jakarta.apache.org/cactus/">Cactus</a>.
+ The tests to date are very shallow, but the framework is in
+ place so that we can expand the tests to ensure that as we
+ make changes we don't introduce any new unexpected
+ behaviour. This should allow us to aggresively refactor
+ Turbine with a certain degree of safety. The impact changes
+ have on the core will become more apparent as the tests and
+ test procedures expand. We have two flavours of tests: the
+ basic unit tests (using <a href="http://junit.org/">JUnit</a>),
+ and run-time tests that employ the use of <a
+ href="http://jakarta.apache.org/cactus/">Cactus</a>.
</p>
</section>
@@ -41,7 +43,7 @@
</p>
</section>
- <section name="Runtime Tests">
+ <section name="Run-Time Tests">
<p>
The sources for the basic unit tests are located in the /rttest/org
directory. These test sources are copied to our working sources
@@ -64,7 +66,7 @@
</source>
<p>
- If you wish to use the runtime test then execute:
+ If you wish to use the run-time test then execute:
</p>
<source>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>