Author: yzhishko
Date: 2010-04-08 09:09:38 -0400 (Thu, 08 Apr 2010)
New Revision: 21340
Added:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jbpm.test/src/org/jboss/tools/jsf/vpe/jbpm/test/JbpmVisualAllTests.java
Removed:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jbpm.test/src/org/jboss/tools/jsf/vpe/jbpm/test/JBPMAllTests.java
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jbpm.test/src/org/jboss/tools/jsf/vpe/jbpm/test/JBPMComponentsTest.java
Log:
Deleted:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jbpm.test/src/org/jboss/tools/jsf/vpe/jbpm/test/JBPMAllTests.java
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jbpm.test/src/org/jboss/tools/jsf/vpe/jbpm/test/JBPMAllTests.java 2010-04-08
12:43:37 UTC (rev 21339)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jbpm.test/src/org/jboss/tools/jsf/vpe/jbpm/test/JBPMAllTests.java 2010-04-08
13:09:38 UTC (rev 21340)
@@ -1,34 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2007-2010 Red Hat, Inc.
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution,
- * and is available at
http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Red Hat, Inc. - initial API and implementation
- ******************************************************************************/
-package org.jboss.tools.jsf.vpe.jbpm.test;
-
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-import org.jboss.tools.vpe.ui.test.VpeTestSetup;
-
-/**
- *
- * @author yzhishko
- *
- */
-
-public class JBPMAllTests {
-
- public static final String JBPM_TEST_PROJECT = "jBPMTestProject";
//$NON-NLS-1$
-
- public static Test suite(){
- TestSuite suite = new TestSuite("Tests for Vpe jBPM components");
//$NON-NLS-1$
- suite.addTestSuite(JBPMComponentsTest.class);
- return new VpeTestSetup(suite);
- }
-
-}
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jbpm.test/src/org/jboss/tools/jsf/vpe/jbpm/test/JBPMComponentsTest.java
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jbpm.test/src/org/jboss/tools/jsf/vpe/jbpm/test/JBPMComponentsTest.java 2010-04-08
12:43:37 UTC (rev 21339)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jbpm.test/src/org/jboss/tools/jsf/vpe/jbpm/test/JBPMComponentsTest.java 2010-04-08
13:09:38 UTC (rev 21340)
@@ -43,7 +43,7 @@
@Override
protected String getTestProjectName() {
- return JBPMAllTests.JBPM_TEST_PROJECT;
+ return JbpmVisualAllTests.JBPM_TEST_PROJECT;
}
}
Copied:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jbpm.test/src/org/jboss/tools/jsf/vpe/jbpm/test/JbpmVisualAllTests.java
(from rev 21297,
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jbpm.test/src/org/jboss/tools/jsf/vpe/jbpm/test/JBPMAllTests.java)
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jbpm.test/src/org/jboss/tools/jsf/vpe/jbpm/test/JbpmVisualAllTests.java
(rev 0)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jbpm.test/src/org/jboss/tools/jsf/vpe/jbpm/test/JbpmVisualAllTests.java 2010-04-08
13:09:38 UTC (rev 21340)
@@ -0,0 +1,34 @@
+/*******************************************************************************
+ * Copyright (c) 2007-2010 Red Hat, Inc.
+ * Distributed under license by Red Hat, Inc. All rights reserved.
+ * This program is made available under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at
http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Red Hat, Inc. - initial API and implementation
+ ******************************************************************************/
+package org.jboss.tools.jsf.vpe.jbpm.test;
+
+import junit.framework.Test;
+import junit.framework.TestSuite;
+
+import org.jboss.tools.vpe.ui.test.VpeTestSetup;
+
+/**
+ *
+ * @author yzhishko
+ *
+ */
+
+public class JbpmVisualAllTests {
+
+ public static final String JBPM_TEST_PROJECT = "jBPMTestProject";
//$NON-NLS-1$
+
+ public static Test suite(){
+ TestSuite suite = new TestSuite("Tests for Vpe jBPM components");
//$NON-NLS-1$
+ suite.addTestSuite(JBPMComponentsTest.class);
+ return new VpeTestSetup(suite);
+ }
+
+}