|
@@ -124,7 +124,7 @@ The test cases are a great way of testing your task during development. |
|
|
A simple call to 'ant run-test' in the ant source tree will run all ant |
|
|
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. |
|
|
tests, to verify that your changes don't break anything. |
|
|
To test a single task, use the one shot <code>ant run-single-test |
|
|
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> |
|
|
<p> |
|
|