Author: svasilyev
Date: 2008-02-15 06:07:11 -0500 (Fri, 15 Feb 2008)
New Revision: 6334
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.ui.test/src/org/jboss/tools/vpe/ui/test/VpeAllTests.java
Log:
Some code adjustment and improvement
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.ui.test/src/org/jboss/tools/vpe/ui/test/VpeAllTests.java
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.ui.test/src/org/jboss/tools/vpe/ui/test/VpeAllTests.java 2008-02-15
11:07:05 UTC (rev 6333)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.ui.test/src/org/jboss/tools/vpe/ui/test/VpeAllTests.java 2008-02-15
11:07:11 UTC (rev 6334)
@@ -28,11 +28,11 @@
*/
public class VpeAllTests {
- public static final String VPE_TEST_EXTENTION_POINT_ID =
"org.jboss.tools.jsf.vpe.ui.tests";
+ public static final String VPE_TEST_EXTENTION_POINT_ID =
"org.jboss.tools.jsf.vpe.ui.tests"; //$NON-NLS-1$
- public static final String TEST_SUITE_PARAM = "testSuite";
+ public static final String TEST_SUITE_PARAM = "testSuite"; //$NON-NLS-1$
- public static final String METHOD_SUITE_NAME = "suite";
+ public static final String METHOD_SUITE_NAME = "suite"; //$NON-NLS-1$
public static Test suite() {
Show replies by date