Author: vrockai
Date: 2009-08-06 05:42:26 -0400 (Thu, 06 Aug 2009)
New Revision: 13689
Modified:
branches/Enterprise_Portal_Platform_4_3/testsuite/ui-tests/src/org/jboss/portal/test/selenium/DashboardTestCase.java
branches/Enterprise_Portal_Platform_4_3/testsuite/ui-tests/src/org/jboss/portal/test/selenium/WSRPTestCase.java
branches/Enterprise_Portal_Platform_4_3/testsuite/ui-tests/testng.xml
Log:
[selenium] - turn off irrelevant tests
Modified:
branches/Enterprise_Portal_Platform_4_3/testsuite/ui-tests/src/org/jboss/portal/test/selenium/DashboardTestCase.java
===================================================================
---
branches/Enterprise_Portal_Platform_4_3/testsuite/ui-tests/src/org/jboss/portal/test/selenium/DashboardTestCase.java 2009-08-06
09:36:00 UTC (rev 13688)
+++
branches/Enterprise_Portal_Platform_4_3/testsuite/ui-tests/src/org/jboss/portal/test/selenium/DashboardTestCase.java 2009-08-06
09:42:26 UTC (rev 13689)
@@ -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:
branches/Enterprise_Portal_Platform_4_3/testsuite/ui-tests/src/org/jboss/portal/test/selenium/WSRPTestCase.java
===================================================================
---
branches/Enterprise_Portal_Platform_4_3/testsuite/ui-tests/src/org/jboss/portal/test/selenium/WSRPTestCase.java 2009-08-06
09:36:00 UTC (rev 13688)
+++
branches/Enterprise_Portal_Platform_4_3/testsuite/ui-tests/src/org/jboss/portal/test/selenium/WSRPTestCase.java 2009-08-06
09:42:26 UTC (rev 13689)
@@ -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: branches/Enterprise_Portal_Platform_4_3/testsuite/ui-tests/testng.xml
===================================================================
--- branches/Enterprise_Portal_Platform_4_3/testsuite/ui-tests/testng.xml 2009-08-06
09:36:00 UTC (rev 13688)
+++ branches/Enterprise_Portal_Platform_4_3/testsuite/ui-tests/testng.xml 2009-08-06
09:42:26 UTC (rev 13689)
@@ -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">
Show replies by date