SUREFIRE-1072 fix example for running multiple test methods within one test 
class via -Dit.test


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/f305e2ab
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/f305e2ab
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/f305e2ab

Branch: refs/heads/master
Commit: f305e2ab27625c156c253f1f7ca1e3f0349bfdd0
Parents: 52b79e6
Author: Andreas Gudian <agud...@apache.org>
Authored: Sat Sep 27 23:12:43 2014 +0200
Committer: Andreas Gudian <agud...@apache.org>
Committed: Sat Sep 27 23:12:43 2014 +0200

----------------------------------------------------------------------
 maven-surefire-plugin/src/site/apt/examples/single-test.apt.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/f305e2ab/maven-surefire-plugin/src/site/apt/examples/single-test.apt.vm
----------------------------------------------------------------------
diff --git a/maven-surefire-plugin/src/site/apt/examples/single-test.apt.vm 
b/maven-surefire-plugin/src/site/apt/examples/single-test.apt.vm
index 12e50b3..d069ab7 100644
--- a/maven-surefire-plugin/src/site/apt/examples/single-test.apt.vm
+++ b/maven-surefire-plugin/src/site/apt/examples/single-test.apt.vm
@@ -111,6 +111,6 @@ mvn -Dtest=TestCircle#testOne+testTwo test
 +---+
 #{else}
 +---+
-mvn -Dit.test=ITCircle#test* verify
+mvn -Dit.test=ITCircle#testOne+testTwo verify
 +---+
 #{end}

Reply via email to