Author: vrockai
Date: 2009-08-06 11:05:18 -0400 (Thu, 06 Aug 2009)
New Revision: 13693
Modified:
tags/Enterprise_Portal_Platform_4_3_GA_CP02/testsuite/ui-tests/src/org/jboss/portal/test/selenium/DashboardTestCase.java
tags/Enterprise_Portal_Platform_4_3_GA_CP02/testsuite/ui-tests/src/org/jboss/portal/test/selenium/WSRPTestCase.java
tags/Enterprise_Portal_Platform_4_3_GA_CP02/testsuite/ui-tests/src/org/jboss/portal/test/selenium/assert.properties
tags/Enterprise_Portal_Platform_4_3_GA_CP02/testsuite/ui-tests/testng.xml
Log:
[selenium] - turn off irrelevant test
Modified:
tags/Enterprise_Portal_Platform_4_3_GA_CP02/testsuite/ui-tests/src/org/jboss/portal/test/selenium/DashboardTestCase.java
===================================================================
---
tags/Enterprise_Portal_Platform_4_3_GA_CP02/testsuite/ui-tests/src/org/jboss/portal/test/selenium/DashboardTestCase.java 2009-08-06
14:37:34 UTC (rev 13692)
+++
tags/Enterprise_Portal_Platform_4_3_GA_CP02/testsuite/ui-tests/src/org/jboss/portal/test/selenium/DashboardTestCase.java 2009-08-06
15:05:18 UTC (rev 13693)
@@ -627,7 +627,7 @@
* - now you no longer see the local weather because renaming the page has lost the
portlet window-specific settings
* </pre>
*/
- @Test(enabled = true)
+ @Test(enabled = false)
public void testBugResetPortletSetting() {
final String pageName = "page1";
final String pageNameNew = "page1a";
Modified:
tags/Enterprise_Portal_Platform_4_3_GA_CP02/testsuite/ui-tests/src/org/jboss/portal/test/selenium/WSRPTestCase.java
===================================================================
---
tags/Enterprise_Portal_Platform_4_3_GA_CP02/testsuite/ui-tests/src/org/jboss/portal/test/selenium/WSRPTestCase.java 2009-08-06
14:37:34 UTC (rev 13692)
+++
tags/Enterprise_Portal_Platform_4_3_GA_CP02/testsuite/ui-tests/src/org/jboss/portal/test/selenium/WSRPTestCase.java 2009-08-06
15:05:18 UTC (rev 13693)
@@ -446,7 +446,7 @@
* this input is filled with the XSS string and after clicking save it is
* asserted, that the validation error message is present.
*/
- @Test(enabled = true, dependsOnMethods={"testConfigureProducer"})
+ @Test(enabled = false, dependsOnMethods={"testConfigureProducer"})
public void testXssProducerProperties() {
goToWSRP();
Modified:
tags/Enterprise_Portal_Platform_4_3_GA_CP02/testsuite/ui-tests/src/org/jboss/portal/test/selenium/assert.properties
===================================================================
---
tags/Enterprise_Portal_Platform_4_3_GA_CP02/testsuite/ui-tests/src/org/jboss/portal/test/selenium/assert.properties 2009-08-06
14:37:34 UTC (rev 13692)
+++
tags/Enterprise_Portal_Platform_4_3_GA_CP02/testsuite/ui-tests/src/org/jboss/portal/test/selenium/assert.properties 2009-08-06
15:05:18 UTC (rev 13693)
@@ -21,8 +21,8 @@
portal.e2e.port1=Cart Portlet
portal.e2e.port1.str=Cart Portlet
-portal.e2e.port2=World Clocks & ISD Codes
-portal.e2e.port2.str=World Clocks & ISD Codes
+portal.e2e.port2=IM2Work
+portal.e2e.port2.str=IM2Work
portal.e2e.port3=Web Assurance
portal.e2e.port3.str=web-assurance.net
portal.e2e.port4=dir1/foo.txt
Modified: tags/Enterprise_Portal_Platform_4_3_GA_CP02/testsuite/ui-tests/testng.xml
===================================================================
--- tags/Enterprise_Portal_Platform_4_3_GA_CP02/testsuite/ui-tests/testng.xml 2009-08-06
14:37:34 UTC (rev 13692)
+++ tags/Enterprise_Portal_Platform_4_3_GA_CP02/testsuite/ui-tests/testng.xml 2009-08-06
15:05:18 UTC (rev 13693)
@@ -7,7 +7,7 @@
<class name="org.jboss.portal.test.selenium.UserLoginTestCase"/>
</classes>
</test>
-<!--
+
<test name="org.jboss.portal.test.selenium.IdentityAdminTestCase -
MultipleLogins" verbose="2"
annotations="JDK">
<groups>
@@ -16,7 +16,7 @@
<classes>
<class
name="org.jboss.portal.test.selenium.IdentityAdminTestCase"></class></classes>
</test>
--->
+
<test name="org.jboss.portal.test.selenium.WSRPTestCase"
verbose="2" annotations="JDK">
<classes>
@@ -64,14 +64,14 @@
<classes>
<class
name="org.jboss.portal.test.selenium.portal.PortletInstancesTestCase"></class></classes>
</test>
-
+<!--
<test
name="org.jboss.portal.test.selenium.portal.PageCoordinationTestCase"
verbose="2" annotations="JDK">
<classes>
<class
name="org.jboss.portal.test.selenium.portal.PageCoordinationTestCase"></class></classes>
</test>
-
+-->
<test name="org.jboss.portal.test.selenium.cms.CMSFileTestCase"
verbose="2" annotations="JDK">
@@ -99,14 +99,14 @@
<classes>
<class
name="org.jboss.portal.test.selenium.cms.CMSFileUploadTestCase"></class></classes>
</test>
-
+<!--
<test name="org.jboss.portal.test.selenium.CoordinationSamplesTestCase"
verbose="2" annotations="JDK">
<classes>
<class
name="org.jboss.portal.test.selenium.CoordinationSamplesTestCase"></class></classes>
</test>
-
+-->
<test name="org.jboss.portal.test.selenium.PortalSamplesTestCase"
verbose="2" annotations="JDK">