bodewig 01/04/06 01:35:28
Modified: docs ant_task_guidelines.html
Log:
minor correction for run-single-test
Revision Changes Path
1.2 +1 -1 jakarta-ant/docs/ant_task_guidelines.html
Index: ant_task_guidelines.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/ant_task_guidelines.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ant_task_guidelines.html 2001/04/06 08:33:55 1.1
+++ ant_task_guidelines.html 2001/04/06 08:35:27 1.2
@@ -124,7 +124,7 @@
A simple call to 'ant run-test' in the ant source tree will run all ant
tests, to verify that your changes don't break anything.
To test a single task, use the one shot <code>ant run-single-test
-${testname}</code> where ${testname} is the name of your test class.
+-Dtestcase=${testname}</code> where ${testname} is the name of your test
class.
<p>