Author: ozizka(a)redhat.com
Date: 2009-08-08 16:53:20 -0400 (Sat, 08 Aug 2009)
New Revision: 656
Modified:
trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/app/war/WarTest.java
Log:
* WarTest updated.
Modified: trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/app/war/WarTest.java
===================================================================
--- trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/app/war/WarTest.java 2009-08-08
20:51:56 UTC (rev 655)
+++ trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/app/war/WarTest.java 2009-08-08
20:53:20 UTC (rev 656)
@@ -77,7 +77,7 @@
* deployed. Undeploy the archive.
*
*/
- public void testBasicWarDeployment()
+ public void testBasicWarDeployment()
throws IOException, HtmlElementNotFoundException, ActionNotAvailableException
{
@@ -123,7 +123,7 @@
<virtual-host>snert.home.bsd.de</virtual-host>
</jboss-web>
*/
- public void XtestWarWithVirtualHosts()
+ public void testWarWithVirtualHosts()
throws IOException, EmbJoprTestException
{
@@ -245,7 +245,7 @@
* Tries to deploy a invalid WAR (with invalid descriptor)
* and checks that EmbJopr rejects this deployment.
*/
- public void XtestBadWarRedeploy() throws IOException, EmbJoprTestException {
+ public void testBadWarRedeploy() throws IOException, EmbJoprTestException {
final String DEPLOYABLE_NAME = AppConstants.WAR_FILENAME_MALFORMED_APP;
@@ -274,7 +274,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
@@ -417,7 +417,7 @@
*
* Was failing because of: EMBJOPR-110 (missing / at the beginning of the path)
*/
- public void XtestWarSummaryTab() throws EmbJoprTestException, IOException, Exception {
+ public void testWarSummaryTab() throws EmbJoprTestException, IOException, Exception {
final int DEPLOY_TIMEOUT_SEC = 120;
@@ -642,7 +642,7 @@
* Was failing because of: EMBJOPR-109
* FAILS: EMBJOPR-172
*/
- public void XtestWarRedeployment() throws IOException, EmbJoprTestException {
+ public void testWarRedeployment() throws IOException, EmbJoprTestException {
final String DEPLOYABLE_NAME = BASIC_WAR_06;
@@ -686,7 +686,7 @@
*
* Fails because of EMBJOPR-125
*/
- public void XtestWarDeployUndeployDeploy() throws IOException, EmbJoprTestException {
+ public void testWarDeployUndeployDeploy() throws IOException, EmbJoprTestException {
final String DEPLOYABLE_NAME = BASIC_WAR_DUD;
@@ -730,7 +730,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;
@@ -814,7 +814,7 @@
*
* FAILS because of: EMBJOPR-110 (missing / at the beginning of the path)
*/
- public void XtestWarMetricsTab() throws IOException, EmbJoprTestException {
+ public void testWarMetricsTab() throws IOException, EmbJoprTestException {
final String DEPLOYABLE_NAME = BASIC_WAR_08;
@@ -859,7 +859,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;
@@ -919,7 +919,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.
@@ -969,7 +969,7 @@
* Stops and starts the WAR using buttons in the Control tab, and checks
* whether it's really stopped and started by sending HTTP requests.
*/
- public void XtestStopAndStartWar() throws IOException, EmbJoprTestException
+ public void testStopAndStartWar() throws IOException, EmbJoprTestException
{
final String DEPLOYABLE_NAME = BASIC_WAR_STOPSTART;
@@ -1065,7 +1065,7 @@
*
* FAILS: EMBJOPR-172
*/
- public void XtestRestartWar() throws IOException, EmbJoprTestException
+ public void testRestartWar() throws IOException, EmbJoprTestException
{
final String DEPLOYABLE_NAME = BASIC_WAR_RESTART;
@@ -1150,7 +1150,7 @@
* Deploys a WAR with bad farchive extension (.zip)
* and checks whether EmbJopr reports deployment failure.
*/
- public void XtestDeployWarWithIncorrectExtension() throws IOException,
EmbJoprTestException
+ public void testDeployWarWithIncorrectExtension() throws IOException,
EmbJoprTestException
{
final String DEPLOYABLE_NAME = WAR_UNPACKED_ZIP;
@@ -1185,7 +1185,7 @@
/**
* Deploys a WAR and checks that it doesn't appear under the Embedded Web App's
node.
*/
- public void XtestStandaloneWarDoesntAppearInEmbeddedWars() throws IOException,
EmbJoprTestException
+ public void testStandaloneWarDoesntAppearInEmbeddedWars() throws IOException,
EmbJoprTestException
{
final String DEPLOYABLE_NAME = BASIC_WAR_10;