Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlorenzo2013-07-02 14:28:33 +0000
committervlorenzo2013-07-02 14:28:33 +0000
commitc3859eb924924782b075e4af4db1125a090f154b (patch)
treea1c96c7aa730f10de933aca132a7454ee81784d4 /tests/junit/extraplugins
parentaf36328224ae022a68240b08b46d06f3b850e490 (diff)
downloadorg.eclipse.papyrus-c3859eb924924782b075e4af4db1125a090f154b.tar.gz
org.eclipse.papyrus-c3859eb924924782b075e4af4db1125a090f154b.tar.xz
org.eclipse.papyrus-c3859eb924924782b075e4af4db1125a090f154b.zip
412072: [Table 2] Papyrus must provide tests for the table of views
https://bugs.eclipse.org/bugs/show_bug.cgi?id=412072 Rename the plugin oep.infra.nattable.views.tests into oep.infra.nattable.views.editor.tests
Diffstat (limited to 'tests/junit/extraplugins')
-rw-r--r--tests/junit/extraplugins/table/org.eclipse.papyrus.infra.nattable.views.editor.tests/.project2
-rw-r--r--tests/junit/extraplugins/table/org.eclipse.papyrus.infra.nattable.views.editor.tests/TableOfViewsTests.launch4
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/junit/extraplugins/table/org.eclipse.papyrus.infra.nattable.views.editor.tests/.project b/tests/junit/extraplugins/table/org.eclipse.papyrus.infra.nattable.views.editor.tests/.project
index bca8577961f..2a56fb6f8b4 100644
--- a/tests/junit/extraplugins/table/org.eclipse.papyrus.infra.nattable.views.editor.tests/.project
+++ b/tests/junit/extraplugins/table/org.eclipse.papyrus.infra.nattable.views.editor.tests/.project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>org.eclipse.papyrus.infra.nattable.views.tests</name>
+ <name>org.eclipse.papyrus.infra.nattable.views.editor.tests</name>
<comment></comment>
<projects>
</projects>
diff --git a/tests/junit/extraplugins/table/org.eclipse.papyrus.infra.nattable.views.editor.tests/TableOfViewsTests.launch b/tests/junit/extraplugins/table/org.eclipse.papyrus.infra.nattable.views.editor.tests/TableOfViewsTests.launch
index 8e7c64c97f7..45d1e64ce08 100644
--- a/tests/junit/extraplugins/table/org.eclipse.papyrus.infra.nattable.views.editor.tests/TableOfViewsTests.launch
+++ b/tests/junit/extraplugins/table/org.eclipse.papyrus.infra.nattable.views.editor.tests/TableOfViewsTests.launch
@@ -19,7 +19,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.infra.nattable.views.tests/src/org/eclipse/papyrus/infra/nattable/views/tests/tests/AllTests.java"/>
+<listEntry value="/org.eclipse.papyrus.infra.nattable.views.editor.tests/src/org/eclipse/papyrus/infra/nattable/views/tests/tests/AllTests.java"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
@@ -31,7 +31,7 @@
<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.6"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.papyrus.infra.nattable.views.tests.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.infra.nattable.views.tests"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.papyrus.infra.nattable.views.editor.tests"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dosgi.requiredJavaVersion=1.5 -Xms120m -Xmx512m -XX:PermSize=256M -XX:MaxPermSize=512M"/>
<stringAttribute key="pde.version" value="3.3"/>

Back to the top