diff options
author | cmraidha | 2011-06-27 12:45:23 +0000 |
---|---|---|
committer | cmraidha | 2011-06-27 12:45:23 +0000 |
commit | 9b2d1377077cec159eedebac757c71b0cc15246c (patch) | |
tree | b93c5a40ae4bfdd75fa22462571ca3455968a08d /tests | |
parent | 104f9d2c7f83f2cb1f8cfeb556329aa8863fd936 (diff) | |
download | org.eclipse.papyrus-9b2d1377077cec159eedebac757c71b0cc15246c.tar.gz org.eclipse.papyrus-9b2d1377077cec159eedebac757c71b0cc15246c.tar.xz org.eclipse.papyrus-9b2d1377077cec159eedebac757c71b0cc15246c.zip |
[releng] rename Papyrus ALL tests.launch to PapyrusALLtests.launch
Diffstat (limited to 'tests')
-rw-r--r-- | tests/junit/plugins/core/org.eclipse.papyrus.tests/PapyrusALLtests.launch (renamed from tests/junit/plugins/core/org.eclipse.papyrus.tests/Papyrus ALL tests.launch) | 2 | ||||
-rw-r--r-- | tests/junit/plugins/core/org.eclipse.papyrus.tests/build.properties | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/junit/plugins/core/org.eclipse.papyrus.tests/Papyrus ALL tests.launch b/tests/junit/plugins/core/org.eclipse.papyrus.tests/PapyrusALLtests.launch index ca6182cd7e8..df3214453a5 100644 --- a/tests/junit/plugins/core/org.eclipse.papyrus.tests/Papyrus ALL tests.launch +++ b/tests/junit/plugins/core/org.eclipse.papyrus.tests/PapyrusALLtests.launch @@ -8,7 +8,7 @@ <booleanAttribute key="clearConfig" value="true"/>
<booleanAttribute key="clearws" value="true"/>
<booleanAttribute key="clearwslog" value="true"/>
-<stringAttribute key="configLocation" value="${workspace_loc}/.metadata/.plugins/org.eclipse.pde.core/Papyrus ALL tests"/>
+<stringAttribute key="configLocation" value="${workspace_loc}/.metadata/.plugins/org.eclipse.pde.core/PapyrusALLtests"/>
<booleanAttribute key="default" value="true"/>
<booleanAttribute key="includeOptional" value="true"/>
<stringAttribute key="location" value="${workspace_loc}/../junit-workspace"/>
diff --git a/tests/junit/plugins/core/org.eclipse.papyrus.tests/build.properties b/tests/junit/plugins/core/org.eclipse.papyrus.tests/build.properties index 2b4b9065052..4a02fb05acf 100644 --- a/tests/junit/plugins/core/org.eclipse.papyrus.tests/build.properties +++ b/tests/junit/plugins/core/org.eclipse.papyrus.tests/build.properties @@ -4,4 +4,4 @@ bin.includes = META-INF/,\ .,\
plugin.properties,\
about.html,\
- Papyrus ALL tests.launch
+ PapyrusALLtests.launch
|