Author: jjamrich
Date: 2012-03-27 09:24:00 -0400 (Tue, 27 Mar 2012)
New Revision: 23207
Modified:
branches/enterprise/3.3.1.SP3_RFPL-2088/samples/richfaces-demo/functional-test/src/test/resources/testng.xml
Log:
RFPL-2088: exclude StateManager test
StateManager test is supposed to verify application's behavior when running on the top
of JSF2. But Richfaces-demo 3.3.1.SP3 (enterprise version 3.x) is not using JSF2 as well)
Modified:
branches/enterprise/3.3.1.SP3_RFPL-2088/samples/richfaces-demo/functional-test/src/test/resources/testng.xml
===================================================================
---
branches/enterprise/3.3.1.SP3_RFPL-2088/samples/richfaces-demo/functional-test/src/test/resources/testng.xml 2012-03-27
13:23:44 UTC (rev 23206)
+++
branches/enterprise/3.3.1.SP3_RFPL-2088/samples/richfaces-demo/functional-test/src/test/resources/testng.xml 2012-03-27
13:24:00 UTC (rev 23207)
@@ -502,13 +502,16 @@
</classes>
</test>
- <test
+ <!-- Exclude StateManager test since it is supposed to be run on app running on
top of JSF2,
+ which is not case in RF-3.3.1.SP3 (RF 3.x enterprise version as well, since
there is not
+ support for JSF by default -->
+ <!--test
name="org.jboss.richfaces.integrationTest.stateManager.StateManagerTestCase">
<classes>
<class
name="org.jboss.richfaces.integrationTest.stateManager.StateManagerTestCase"
/>
</classes>
- </test>
+ </test-->
<test name="org.jboss.richfaces.integrationTest.status.StatusTestCase">
<classes>
Show replies by date