Author: ozizka(a)redhat.com
Date: 2009-04-02 15:22:16 -0400 (Thu, 02 Apr 2009)
New Revision: 273
Modified:
trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/WarTest.java
Log:
WAR tests updated
Modified: trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/WarTest.java
===================================================================
--- trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/WarTest.java 2009-04-02
19:20:48 UTC (rev 272)
+++ trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/WarTest.java 2009-04-02
19:22:16 UTC (rev 273)
@@ -120,7 +120,7 @@
- public void XtestBadWarRedeploy() throws IOException, HtmlElementNotFoundException,
ActionNotAvailableException {
+ public void testBadWarRedeploy() throws IOException, HtmlElementNotFoundException,
ActionNotAvailableException {
final String DEPLOYABLE_NAME = AppConstants.WAR_FILENAME_MALFORMED_APP;
@@ -145,7 +145,7 @@
* Various ways to navigate to a WAR application:
* Nav tree, apps listing, WARs listing.
*/
- public void XtestNavigationToWar() throws IOException, HtmlElementNotFoundException,
ActionOutOfSyncException, ActionNotAvailableException, EmbJoprTestException,
InterruptedException, ActionOutOfSyncException
+ public void testNavigationToWar() throws IOException, HtmlElementNotFoundException,
ActionOutOfSyncException, ActionNotAvailableException, EmbJoprTestException,
InterruptedException, ActionOutOfSyncException
{
// JBossAS Servers node
@@ -286,7 +286,7 @@
*
* FAILS because of: EMBJOPR-110
*/
- public void XtestWarSummaryTab() throws EmbJoprTestException, IOException, Exception {
+ public void testWarSummaryTab() throws EmbJoprTestException, IOException, Exception {
final int DEPLOY_TIMEOUT_SEC = 120;
@@ -386,7 +386,7 @@
*
* FAILS because some of the values are read-only. EMBJOPR-96
*/
- public void XtestWarConfigurationTab() throws IOException, EmbJoprTestException,
HtmlElementNotFoundException, Exception {
+ public void testWarConfigurationTab() throws IOException, EmbJoprTestException,
HtmlElementNotFoundException, Exception {
final String DEPLOYABLE_NAME = BASIC_WAR_04;
@@ -443,7 +443,7 @@
*
* FAILS because some of the values are read-only. EMBJOPR-96
*/
- public void XtestWarConfigurationTabCancel() throws IOException, EmbJoprTestException {
+ public void testWarConfigurationTabCancel() throws IOException, EmbJoprTestException {
final String DEPLOYABLE_NAME = BASIC_WAR_05;
@@ -498,7 +498,7 @@
*
* Fails because of: EMBJOPR-109
*/
- public void XtestWarRedeployment() throws IOException, EmbJoprTestException {
+ public void testWarRedeployment() throws IOException, EmbJoprTestException {
final String DEPLOYABLE_NAME = BASIC_WAR_06;
@@ -586,7 +586,7 @@
* Deploys the WAR, undeploys it and deploys again.
* All these actions are done using EmbJopr.
*/
- public void XtestWarDeployUndeployDeployRetryOnErrors() throws IOException,
EmbJoprTestException {
+ public void testWarDeployUndeployDeployRetryOnErrors() throws IOException,
EmbJoprTestException {
final String DEPLOYABLE_NAME = BASIC_WAR_DUD_RETRY;
@@ -670,7 +670,7 @@
/**
* Checks WAR metrics tab.
*/
- public void XtestWarMetricsTab() throws IOException, EmbJoprTestException {
+ public void testWarMetricsTab() throws IOException, EmbJoprTestException {
final String DEPLOYABLE_NAME = BASIC_WAR_08;
@@ -715,7 +715,7 @@
*
* FAILS because some of the values are read-only. EMBJOPR-96
*/
- public void XtestWarMetricsTabRefreshButton() throws IOException, EmbJoprTestException,
HtmlElementNotFoundException, Exception {
+ public void testWarMetricsTabRefreshButton() throws IOException, EmbJoprTestException,
HtmlElementNotFoundException, Exception {
final String DEPLOYABLE_NAME = BASIC_WAR_09;
@@ -775,7 +775,7 @@
* Should we wait more? Or is it caused by failures of some previous tests?
*
*/
- public void XtestDeployUnpackedWar() throws IOException, EmbJoprTestException {
+ public void testDeployUnpackedWar() throws IOException, EmbJoprTestException {
// Deploy the unpacked WAR.