Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregoire Dupe2012-08-16 22:49:17 +0000
committerGregoire Dupe2012-08-16 22:49:17 +0000
commit633dcaccd643f842dd000e21ca55cce0bb3af898 (patch)
tree1faebe074119c677cd04185f727e7cdb3a866ab8 /org.eclipse.gmt.modisco.xml.discoverer.tests
parentf308b9dc8efe51e73fc4fa03c23ea7ae149ba0fb (diff)
downloadorg.eclipse.modisco-633dcaccd643f842dd000e21ca55cce0bb3af898.tar.gz
org.eclipse.modisco-633dcaccd643f842dd000e21ca55cce0bb3af898.tar.xz
org.eclipse.modisco-633dcaccd643f842dd000e21ca55cce0bb3af898.zip
Bug 386235 - [Releng] Use tycho to build MoDisco
Renaming test suite file (EMF Facet's tycho configuration generator require that test suite be named 'AllTestsInUIThread')
Diffstat (limited to 'org.eclipse.gmt.modisco.xml.discoverer.tests')
-rw-r--r--org.eclipse.gmt.modisco.xml.discoverer.tests/src/org/eclipse/gmt/modisco/xml/discoverer/tests/AllTestsInUIThread.java (renamed from org.eclipse.gmt.modisco.xml.discoverer.tests/src/org/eclipse/gmt/modisco/xml/discoverer/tests/AllTests.java)5
1 files changed, 3 insertions, 2 deletions
diff --git a/org.eclipse.gmt.modisco.xml.discoverer.tests/src/org/eclipse/gmt/modisco/xml/discoverer/tests/AllTests.java b/org.eclipse.gmt.modisco.xml.discoverer.tests/src/org/eclipse/gmt/modisco/xml/discoverer/tests/AllTestsInUIThread.java
index e45d8cabf..8b3cc937d 100644
--- a/org.eclipse.gmt.modisco.xml.discoverer.tests/src/org/eclipse/gmt/modisco/xml/discoverer/tests/AllTests.java
+++ b/org.eclipse.gmt.modisco.xml.discoverer.tests/src/org/eclipse/gmt/modisco/xml/discoverer/tests/AllTestsInUIThread.java
@@ -6,7 +6,8 @@
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Nicolas Bros (Mia-Software) - initial API and implementation
+ * Nicolas Bros (Mia-Software) - initial API and implementation
+ * Gregoire Dupe (Mia-Software) - Bug 386235 - [Releng] Use tycho to build MoDisco
*******************************************************************************/
package org.eclipse.gmt.modisco.xml.discoverer.tests;
@@ -16,6 +17,6 @@ import org.junit.runners.Suite.SuiteClasses;
@RunWith(Suite.class)
@SuiteClasses({ Test001.class, Test002.class })
-public class AllTests {
+public class AllTestsInUIThread {
// JUnit 4 test suite
}

Back to the top