JBoss Tools SVN: r44159 - trunk/tests/scripts/installation-updates/src/main/groovy.
by jbosstools-commits@lists.jboss.org
Author: mickael_istria
Date: 2012-10-01 02:02:41 -0400 (Mon, 01 Oct 2012)
New Revision: 44159
Modified:
trunk/tests/scripts/installation-updates/src/main/groovy/testInstall.groovy
Log:
JBIDE-12508: Fix in script
Modified: trunk/tests/scripts/installation-updates/src/main/groovy/testInstall.groovy
===================================================================
--- trunk/tests/scripts/installation-updates/src/main/groovy/testInstall.groovy 2012-09-30 13:27:22 UTC (rev 44158)
+++ trunk/tests/scripts/installation-updates/src/main/groovy/testInstall.groovy 2012-10-01 06:02:41 UTC (rev 44159)
@@ -73,8 +73,8 @@
}
// Takes a Central directory.xml URL single parameter
-void installFromCentral(File eclipseHome, String productName) {
- println("Installing content from " + repoUrl);
+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");
}
12 years, 2 months