Author: psrna
Date: 2012-10-03 11:24:26 -0400 (Wed, 03 Oct 2012)
New Revision: 44247
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
15:22:55 UTC (rev 44246)
+++ trunk/tests/scripts/installation-updates/src/main/groovy/testInstall.groovy 2012-10-03
15:24:26 UTC (rev 44247)
@@ -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,
"-Djboss.discovery.directory.url" + discoveryUrl,
"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