From 4e4e5054b4660bce6d1929c67d07a27ddb47d17d Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 6 Apr 2001 08:35:27 +0000 Subject: [PATCH] minor correction for run-single-test git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268918 13f79535-47bb-0310-9956-ffa450edef68 --- docs/ant_task_guidelines.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ant_task_guidelines.html b/docs/ant_task_guidelines.html index 3dd47b449..7666f56fc 100644 --- a/docs/ant_task_guidelines.html +++ b/docs/ant_task_guidelines.html @@ -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 tests, to verify that your changes don't break anything. To test a single task, use the one shot ant run-single-test -${testname} where ${testname} is the name of your test class. +-Dtestcase=${testname} where ${testname} is the name of your test class.