crossley 2003/12/10 22:26:28
Modified: src/documentation/xdocs/installing tests.xml
Log:
Show where the tests are located.
Revision Changes Path
1.5 +9 -4 cocoon-2.1/src/documentation/xdocs/installing/tests.xml
Index: tests.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/installing/tests.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tests.xml 11 Dec 2003 01:58:03 -0000 1.4
+++ tests.xml 11 Dec 2003 06:26:28 -0000 1.5
@@ -4,8 +4,8 @@
<document>
<header>
<title>Testing your Apache Cocoon</title>
- <version>1.0</version>
- <type>Technical document</type>
+ <version>1.1</version>
+ <type>Technical document</type>
<authors>
<person name="Bernhard Huber" email="[EMAIL PROTECTED]"/>
<person name="Stephan Michels" email="[EMAIL PROTECTED]"/>
@@ -17,8 +17,13 @@
<s1 title="Overview of testing procedures">
<p>
There are some initial procedures available for you to ensure that
- Apache Cocoon can run properly on your particular computing platform.
- (You can build upon this infrastructure to add your own tests.)
+ Apache Cocoon can run properly on your particular computing platform
+ and that the components do function properly.
+ </p>
+ <p>
+ You can build upon this infrastructure to add your own tests, and to
+ ensure that development work proceeds smoothly. The tests are located
+ in the <code>src/test/</code> directory.
</p>
</s1>