Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcmraidha2011-06-27 12:49:16 +0000
committercmraidha2011-06-27 12:49:16 +0000
commite7a7d7c9843cee6f738c747efd8d5d82ebadd1c6 (patch)
tree87b451ac3e53d56f84f99147f8c6cfa9e4c1ba88
parent27338a28fbdd50efbc26b35eff3c1394b35b666c (diff)
downloadorg.eclipse.papyrus-e7a7d7c9843cee6f738c747efd8d5d82ebadd1c6.tar.gz
org.eclipse.papyrus-e7a7d7c9843cee6f738c747efd8d5d82ebadd1c6.tar.xz
org.eclipse.papyrus-e7a7d7c9843cee6f738c747efd8d5d82ebadd1c6.zip
[releng] rename Papyrus ALL tests.launch to PapyrusALLtests.launch
-rw-r--r--releng/org.eclipse.mdt.papyrus.releng.buckminster/build.xml4
-rw-r--r--tests/junit/plugins/core/org.eclipse.papyrus.tests/PapyrusALLtests.launch (renamed from tests/junit/plugins/core/org.eclipse.papyrus.tests/PapyrusALLtest.launch)0
-rw-r--r--tests/junit/plugins/core/org.eclipse.papyrus.tests/build.properties2
3 files changed, 3 insertions, 3 deletions
diff --git a/releng/org.eclipse.mdt.papyrus.releng.buckminster/build.xml b/releng/org.eclipse.mdt.papyrus.releng.buckminster/build.xml
index 3eb66d496e4..940d7ef52bf 100644
--- a/releng/org.eclipse.mdt.papyrus.releng.buckminster/build.xml
+++ b/releng/org.eclipse.mdt.papyrus.releng.buckminster/build.xml
@@ -88,7 +88,7 @@
</pathconvert>
<!-- Launch the eclipse application -->
- <java fork="true" jar="${@{app}.launcher}" dir="${@{app}.deploy.dir}" failonerror="false">
+ <java fork="true" jar="${@{app}.launcher}" dir="${@{app}.deploy.dir}" failonerror="true">
<env key="no_proxy" value="${no.proxy}" />
<properties />
<!-- Uncomment to debug <jvmarg value="-agentlib:jdwp=transport=dt_socket,address=8000,server=y,suspend=y"/> -->
@@ -292,7 +292,7 @@
<buckminster command="junit">
<cmdargs>
<arg value="-l" />
- <arg value="org.eclipse.papyrus.tests/Papyrus ALL tests.launch" />
+ <arg value="org.eclipse.papyrus.tests/PapyrusALLtests.launch" />
<arg value="-o" />
<arg value="${result}/testresults/xml/testReport.xml" />
<arg value="--terseXML" />
diff --git a/tests/junit/plugins/core/org.eclipse.papyrus.tests/PapyrusALLtest.launch b/tests/junit/plugins/core/org.eclipse.papyrus.tests/PapyrusALLtests.launch
index df3214453a5..df3214453a5 100644
--- a/tests/junit/plugins/core/org.eclipse.papyrus.tests/PapyrusALLtest.launch
+++ b/tests/junit/plugins/core/org.eclipse.papyrus.tests/PapyrusALLtests.launch
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 73dd71d22b2..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,\
- PapyrusALLtest.launch
+ PapyrusALLtests.launch

Back to the top