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

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Sep 4 09:35:07 EDT 2012


Author: mickael_istria
Date: 2012-09-04 09:35:07 -0400 (Tue, 04 Sep 2012)
New Revision: 43399

Modified:
   trunk/tests/scripts/installation-updates/testInstall.sh
Log:
Fix path for installation test routine

Modified: trunk/tests/scripts/installation-updates/testInstall.sh
===================================================================
--- trunk/tests/scripts/installation-updates/testInstall.sh	2012-09-04 12:18:11 UTC (rev 43398)
+++ trunk/tests/scripts/installation-updates/testInstall.sh	2012-09-04 13:35:07 UTC (rev 43399)
@@ -58,7 +58,7 @@
 #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/ \
+-repository http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site/,http://download.jboss.org/jbosstools/builds/staging/jbosstools-4.0_trunk.component--tests/all/repo/ \
 -installIU org.jboss.tools.tests.installation \
 -installIU org.eclipse.swtbot.eclipse.test.junit4.feature.group \
 -consoleLog



More information about the jbosstools-commits mailing list