Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2017-04-11 12:27:01 +0000
committerGerrit Code Review @ Eclipse.org2017-04-18 08:02:30 +0000
commitd568f94c8e8d0c3631fc4e62ea21098fa1766adf (patch)
tree0a0c4ce955f60732a09681daa68cf6cadbc6b663 /tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests
parentae50b7ae405575543c123c32f71f76d416f7526c (diff)
downloadorg.eclipse.papyrus-d568f94c8e8d0c3631fc4e62ea21098fa1766adf.tar.gz
org.eclipse.papyrus-d568f94c8e8d0c3631fc4e62ea21098fa1766adf.tar.xz
org.eclipse.papyrus-d568f94c8e8d0c3631fc4e62ea21098fa1766adf.zip
[releng] [oxygen] [tests] Refresh tests directory
- remove clutter - create a new editor suite - remove editor tests from the view suite and add toolsmiths in it Change-Id: Iac54dcabb4d5333ed84b0140931a50edd9c0d91a Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests')
-rwxr-xr-x[-rw-r--r--]tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/org.eclipse.papyrus.views.properties.toolsmiths.tests.launch4
-rwxr-xr-x[-rw-r--r--]tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/src/org/eclipse/papyrus/views/properties/toolsmiths/tests/AllTests.java (renamed from tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/src/org/eclipse/papyrus/views/properties/toolsmiths/tests/AllTest.java)9
2 files changed, 6 insertions, 7 deletions
diff --git a/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/org.eclipse.papyrus.views.properties.toolsmiths.tests.launch b/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/org.eclipse.papyrus.views.properties.toolsmiths.tests.launch
index 96eecc2f8fc..ce9b297e277 100644..100755
--- a/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/org.eclipse.papyrus.views.properties.toolsmiths.tests.launch
+++ b/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/org.eclipse.papyrus.views.properties.toolsmiths.tests.launch
@@ -14,7 +14,7 @@
<booleanAttribute key="includeOptional" value="true"/>
<stringAttribute key="location" value="${workspace_loc}/../junit-workspace"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
-<listEntry value="/org.eclipse.papyrus.views.properties.toolsmiths.tests/src/org/eclipse/papyrus/views/properties/toolsmiths/tests/AllTest.java"/>
+<listEntry value="/org.eclipse.papyrus.views.properties.toolsmiths.tests/src/org/eclipse/papyrus/views/properties/toolsmiths/tests/AllTests.java"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
@@ -24,7 +24,7 @@
<stringAttribute key="org.eclipse.jdt.junit.TESTNAME" value=""/>
<stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit4"/>
<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
-<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.papyrus.views.properties.toolsmiths.tests.AllTest"/>
+<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.papyrus.views.properties.toolsmiths.tests.AllTests"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl} -consoleLog"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.papyrus.views.properties.toolsmiths.tests"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider"/>
diff --git a/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/src/org/eclipse/papyrus/views/properties/toolsmiths/tests/AllTest.java b/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/src/org/eclipse/papyrus/views/properties/toolsmiths/tests/AllTests.java
index d3b7bc57ab1..5fa45c0a479 100644..100755
--- a/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/src/org/eclipse/papyrus/views/properties/toolsmiths/tests/AllTest.java
+++ b/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/src/org/eclipse/papyrus/views/properties/toolsmiths/tests/AllTests.java
@@ -21,10 +21,9 @@ import org.junit.runners.Suite.SuiteClasses;
@SuiteClasses({ TransformationsTests.class
})
-public class AllTest {
-
- public AllTest() {
- super();
- }
+
+public class AllTests {
+
+ // JUnit 4 test suite
} \ No newline at end of file

Back to the top