[jbosstools-commits] JBoss Tools SVN: r42348 - trunk/tests/scripts/installation-updates.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Jul 3 12:20:38 EDT 2012


Author: mickael_istria
Date: 2012-07-03 12:20:37 -0400 (Tue, 03 Jul 2012)
New Revision: 42348

Modified:
   trunk/tests/scripts/installation-updates/testInstall.sh
Log:
JBIDE-11713: Fix script

Modified: trunk/tests/scripts/installation-updates/testInstall.sh
===================================================================
--- trunk/tests/scripts/installation-updates/testInstall.sh	2012-07-03 15:47:20 UTC (rev 42347)
+++ trunk/tests/scripts/installation-updates/testInstall.sh	2012-07-03 16:20:37 UTC (rev 42348)
@@ -26,8 +26,8 @@
  -data workspace/ \
  formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,$report \
  formatter=org.apache.tools.ant.taskdefs.optional.junit.PlainJUnitResultFormatter \
- -testPluginName org.jboss.tools.qa.install.tests \
- -className org.jboss.tools.qa.install.tests.InstallTest \
+ -testPluginName org.jboss.tools.tests.installation \
+ -className org.jboss.tools.tests.installation.InstallTest \
  -consoleLog -debug)
 		if [[ ! "$output" == *"Failures: 0, Errors: 0"* ]]; then
 			echo "Error while installing from " $site ". Read $report for details and see screenshots/"
@@ -57,10 +57,11 @@
 
 #install test framework
 java -jar plugins/org.eclipse.equinox.launcher_*.jar \
- -application org.eclipse.equinox.p2.director \
- -repository http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site/,http://download.jboss.org/jbosstools/builds/staging/jbosstools-3.3_trunk.component--tests/all/repo/ \
- -installIU org.jboss.tools.tests.installation \
- -consoleLog
+-application org.eclipse.equinox.p2.director \
+-repository http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site/,http://download.jboss.org/jbosstools/builds/staging/jbosstools-3.3_trunk.component--tests/all/repo/ \
+-installIU org.jboss.tools.tests.installation \
+-installIU org.eclipse.swtbot.eclipse.test.junit4.feature.group \
+-consoleLog
 
 while (($#)); do
 	if [ -f "$1" ]; then



More information about the jbosstools-commits mailing list