[jbosstools-commits] JBoss Tools SVN: r20509 - in trunk/vpe/tests: org.jboss.tools.vpe.ui.test/src/org/jboss/tools/vpe/ui/test and 1 other directory.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Feb 26 08:28:30 EST 2010


Author: mareshkau
Date: 2010-02-26 08:28:30 -0500 (Fri, 26 Feb 2010)
New Revision: 20509

Added:
   trunk/vpe/tests/org.jboss.tools.vpe.test/plugin.xml
Modified:
   trunk/vpe/tests/org.jboss.tools.vpe.test/build.properties
   trunk/vpe/tests/org.jboss.tools.vpe.ui.test/src/org/jboss/tools/vpe/ui/test/VpeAllTests.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-5935, missed tests has been added to test suite

Modified: trunk/vpe/tests/org.jboss.tools.vpe.test/build.properties
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.test/build.properties	2010-02-26 13:09:12 UTC (rev 20508)
+++ trunk/vpe/tests/org.jboss.tools.vpe.test/build.properties	2010-02-26 13:28:30 UTC (rev 20509)
@@ -4,7 +4,8 @@
                templates/,\
                vpe-tests.jar,\
                scheme/,\
-               plugin.properties
+               plugin.properties,\
+               plugin.xml
 src.includes = META-INF/,\
                build.properties,\
                src/,\

Added: trunk/vpe/tests/org.jboss.tools.vpe.test/plugin.xml
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.test/plugin.xml	                        (rev 0)
+++ trunk/vpe/tests/org.jboss.tools.vpe.test/plugin.xml	2010-02-26 13:28:30 UTC (rev 20509)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+   <extension
+         point="org.jboss.tools.vpe.ui.tests">
+      <tests
+            testSuite="org.jboss.tools.vpe.test.VpeAllTests">
+      </tests>
+   </extension>
+
+</plugin>

Modified: trunk/vpe/tests/org.jboss.tools.vpe.ui.test/src/org/jboss/tools/vpe/ui/test/VpeAllTests.java
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.ui.test/src/org/jboss/tools/vpe/ui/test/VpeAllTests.java	2010-02-26 13:09:12 UTC (rev 20508)
+++ trunk/vpe/tests/org.jboss.tools.vpe.ui.test/src/org/jboss/tools/vpe/ui/test/VpeAllTests.java	2010-02-26 13:28:30 UTC (rev 20509)
@@ -27,7 +27,7 @@
  */
 public class VpeAllTests {
 
-	public static final String TESTS_ELEMENT = "tests";
+	public static final String TESTS_ELEMENT = "tests"; //$NON-NLS-1$
 	public static final String TEST_SUITE_PARAM = "testSuite"; //$NON-NLS-1$	
 	public static final String METHOD_SUITE_NAME = "suite"; //$NON-NLS-1$
 	public static final String VPE_TEST_PROJECT_NAME = "vpeTest"; //$NON-NLS-1$



More information about the jbosstools-commits mailing list