Author: hdu Date: Tue Oct 9 11:56:40 2012 New Revision: 1395984 URL: http://svn.apache.org/viewvc?rev=1395984&view=rev Log: fix typo in help info about automated test method selection
Modified: incubator/ooo/trunk/test/testcommon/source/org/openoffice/test/Run.java Modified: incubator/ooo/trunk/test/testcommon/source/org/openoffice/test/Run.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/test/testcommon/source/org/openoffice/test/Run.java?rev=1395984&r1=1395983&r2=1395984&view=diff ============================================================================== --- incubator/ooo/trunk/test/testcommon/source/org/openoffice/test/Run.java (original) +++ incubator/ooo/trunk/test/testcommon/source/org/openoffice/test/Run.java Tue Oct 9 11:56:40 2012 @@ -55,7 +55,7 @@ public class Run { System.out.println(" -l Set a test listeners."); System.out.println(" -tp Define a test suite with test packages separated by comma. Format: [name]:org.package1,org.package2..."); System.out.println(" -tc Define a test suite with test classes separated by comma. Format: [name]:org.package.Class1,org.package.Class2..."); - System.out.println(" -tc Define a test suite with test methods separated by comma. Format: [name]:org.package.Class1.method1,org.package.Class2.method1..."); + System.out.println(" -tm Define a test suite with test methods separated by comma. Format: [name]:org.package.Class1.method1,org.package.Class2.method1..."); System.out.println("Example:"); System.out.println("-tp mytest:com.test"); System.out.println("-tc mytest:com.test.TestName1,com.test.TestName2");