Author: mickael_istria
Date: 2012-10-03 09:54:08 -0400 (Wed, 03 Oct 2012)
New Revision: 44239
Modified:
trunk/tests/scripts/installation-updates/src/main/groovy/testInstall.groovy
Log:
Fix installFromCentral to support the jboss.discovery.directory.url parameter
Modified: trunk/tests/scripts/installation-updates/src/main/groovy/testInstall.groovy
===================================================================
--- trunk/tests/scripts/installation-updates/src/main/groovy/testInstall.groovy 2012-10-03
13:40:16 UTC (rev 44238)
+++ trunk/tests/scripts/installation-updates/src/main/groovy/testInstall.groovy 2012-10-03
13:54:08 UTC (rev 44239)
@@ -77,7 +77,7 @@
void installFromCentral(String discoveryUrl, File eclipseHome, String productName) {
println("Installing content from " + discoveryUrl);
String report = "TEST-install-" + new
SimpleDateFormat("yyyyMMddh-hmm").format(new Date()) + ".xml";
- runSWTBotInstallRoutine(eclipseHome, productName, "",
"org.jboss.tools.tests.installation.InstallFromCentralTest");
+ runSWTBotInstallRoutine(eclipseHome, productName,
"-Djboss.discovery.directory.url" + discoveryUrl,
"org.jboss.tools.tests.installation.InstallFromCentralTest");
}
// Check for updates
Show replies by date