[jbosstools-commits] JBoss Tools SVN: r43249 - in branches/jbosstools-3.3.x/openshift/tests: org.jboss.tools.openshift.ui.bot.test and 3 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Aug 27 06:27:04 EDT 2012


Author: sbunciak
Date: 2012-08-27 06:27:03 -0400 (Mon, 27 Aug 2012)
New Revision: 43249

Added:
   branches/jbosstools-3.3.x/openshift/tests/target/
   branches/jbosstools-3.3.x/openshift/tests/target/jacoco.exec
Modified:
   branches/jbosstools-3.3.x/openshift/tests/org.jboss.tools.openshift.ui.bot.test/META-INF/MANIFEST.MF
   branches/jbosstools-3.3.x/openshift/tests/org.jboss.tools.openshift.ui.bot.test/OpenShiftBotTestsMaven.launch
   branches/jbosstools-3.3.x/openshift/tests/org.jboss.tools.openshift.ui.bot.test/pom.xml
   branches/jbosstools-3.3.x/openshift/tests/org.jboss.tools.openshift.ui.bot.test/src/org/jboss/tools/openshift/ui/bot/test/explorer/EmbedCartrides.java
Log:
OpenShift SWTBot tests: updated timeouts

Modified: branches/jbosstools-3.3.x/openshift/tests/org.jboss.tools.openshift.ui.bot.test/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.3.x/openshift/tests/org.jboss.tools.openshift.ui.bot.test/META-INF/MANIFEST.MF	2012-08-27 09:46:51 UTC (rev 43248)
+++ branches/jbosstools-3.3.x/openshift/tests/org.jboss.tools.openshift.ui.bot.test/META-INF/MANIFEST.MF	2012-08-27 10:27:03 UTC (rev 43249)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: OpenShift SWTBot Tests
 Bundle-SymbolicName: org.jboss.tools.openshift.ui.bot.test
-Bundle-Version: 2.3.0.qualifier
+Bundle-Version: 2.3.1.qualifier
 Bundle-Activator: org.jboss.tools.openshift.ui.bot.test.Activator
 Bundle-Vendor: Red Hat
 Require-Bundle: org.eclipse.ui,

Modified: branches/jbosstools-3.3.x/openshift/tests/org.jboss.tools.openshift.ui.bot.test/OpenShiftBotTestsMaven.launch
===================================================================
--- branches/jbosstools-3.3.x/openshift/tests/org.jboss.tools.openshift.ui.bot.test/OpenShiftBotTestsMaven.launch	2012-08-27 09:46:51 UTC (rev 43248)
+++ branches/jbosstools-3.3.x/openshift/tests/org.jboss.tools.openshift.ui.bot.test/OpenShiftBotTestsMaven.launch	2012-08-27 10:27:03 UTC (rev 43249)
@@ -7,7 +7,9 @@
 <stringAttribute key="M2_PROFILES" value="default, jbosstools-staging-aggregate"/>
 <listAttribute key="M2_PROPERTIES">
 <listEntry value="swtbot.test.skip=false"/>
-<listEntry value="configurations.dir=${project_loc}/resources"/>
+<listEntry value="http.timeout=600000"/>
+<listEntry value="read.timeout=600000"/>
+<listEntry value="configurations.dir=${project_loc}/tests/org.jboss.tools.openshift.ui.bot.test/resources"/>
 <listEntry value="jbosstools-nightly=http://rewok.brq.redhat.com:8081/nexus/content/repositories/jbosstools-nightly-core-3.3/"/>
 <listEntry value="jbosstools-nightly-tests=http://rewok.brq.redhat.com:8081/nexus/content/repositories/jbosstools-nightly-tests-3.3/"/>
 <listEntry value="jbosstools-target-site=http://rewok.brq.redhat.com:8081/nexus/content/repositories/jbosstools-target-site-3.3/"/>

Modified: branches/jbosstools-3.3.x/openshift/tests/org.jboss.tools.openshift.ui.bot.test/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/openshift/tests/org.jboss.tools.openshift.ui.bot.test/pom.xml	2012-08-27 09:46:51 UTC (rev 43248)
+++ branches/jbosstools-3.3.x/openshift/tests/org.jboss.tools.openshift.ui.bot.test/pom.xml	2012-08-27 10:27:03 UTC (rev 43249)
@@ -15,7 +15,7 @@
 	<packaging>eclipse-test-plugin</packaging>
 
 	<properties>
-		<systemProperties>-Dtest.configurations.dir=${configurations.dir}</systemProperties>
+		<systemProperties>-Dtest.configurations.dir=${configurations.dir} -Dcom.openshift.httpclient.timeout=${http.timeout} -Dsun.net.client.defaultReadTimeout=${read.timeout}</systemProperties>
 	</properties>
 
 	<build>

Modified: branches/jbosstools-3.3.x/openshift/tests/org.jboss.tools.openshift.ui.bot.test/src/org/jboss/tools/openshift/ui/bot/test/explorer/EmbedCartrides.java
===================================================================
--- branches/jbosstools-3.3.x/openshift/tests/org.jboss.tools.openshift.ui.bot.test/src/org/jboss/tools/openshift/ui/bot/test/explorer/EmbedCartrides.java	2012-08-27 09:46:51 UTC (rev 43248)
+++ branches/jbosstools-3.3.x/openshift/tests/org.jboss.tools.openshift.ui.bot.test/src/org/jboss/tools/openshift/ui/bot/test/explorer/EmbedCartrides.java	2012-08-27 10:27:03 UTC (rev 43249)
@@ -25,7 +25,8 @@
 				.getTreeItem(TestProperties.get("openshift.user.name"))
 				.doubleClick();
 
-		bot.toolbarButtonWithTooltip("Collapse All").click();
+		// TODO: cannot find widget, not needed actually
+		// bot.toolbarButtonWithTooltip("Collapse All").click();
 
 		// custom condition to wait for app to show
 		bot.waitUntil(new ICondition() {

Added: branches/jbosstools-3.3.x/openshift/tests/target/jacoco.exec
===================================================================
(Binary files differ)


Property changes on: branches/jbosstools-3.3.x/openshift/tests/target/jacoco.exec
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream



More information about the jbosstools-commits mailing list