Author: ozizka(a)redhat.com
Date: 2009-08-11 16:25:03 -0400 (Tue, 11 Aug 2009)
New Revision: 666
Modified:
trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/app/ear/EarTest.java
Log:
* All EarTests enabled again.
Modified: trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/app/ear/EarTest.java
===================================================================
--- trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/app/ear/EarTest.java 2009-08-11
20:02:06 UTC (rev 665)
+++ trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/app/ear/EarTest.java 2009-08-11
20:25:03 UTC (rev 666)
@@ -154,7 +154,7 @@
verify the archive has been deployed successfully.
*/
- public void XtestEarMalformedDescriptorDeployment() throws IOException,
EmbJoprTestException {
+ public void testEarMalformedDescriptorDeployment() throws IOException,
EmbJoprTestException {
final String DEPLOYABLE_NAME = EAR_MALFORMED_APP_FILENAME;
@@ -187,7 +187,7 @@
*
* Was failing because of EMBJOPR-226.
*/
- public void XtestEarDeployFineThenRedeployMalformedDescriptor() throws IOException,
EmbJoprTestException {
+ public void testEarDeployFineThenRedeployMalformedDescriptor() throws IOException,
EmbJoprTestException {
final String DEPLOYABLE_NAME = EAR_NOT_MALFORMED_APP_FILENAME;
final String DEPLOYABLE_2_NAME = EAR_MALFORMED_APP_FILENAME_2;
@@ -258,7 +258,7 @@
* PASSED.
*/
- public void XtestEarNavigation() throws IOException, EmbJoprTestException,
InterruptedException
+ public void testEarNavigation() throws IOException, EmbJoprTestException,
InterruptedException
{
// JBossAS Servers node
@@ -335,7 +335,7 @@
/**
* Deploys an EAR and clicks a bit through the UI.
*/
- public void XtestEarDeploymentNavigation() throws IOException, EmbJoprTestException {
+ public void testEarDeploymentNavigation() throws IOException, EmbJoprTestException {
// Concrete appliction node.
{
@@ -397,7 +397,7 @@
* junit.framework.ComparisonFailure: expected:<eardeployment.ear> but
was:<ondra-redhat>
at org.jboss.jopr.jsfunit.as5.EarTest.testEarSummaryTab(EarTest.java:323)
*/
- public void XtestEarSummaryTab() throws EmbJoprTestException, IOException, Exception {
+ public void testEarSummaryTab() throws EmbJoprTestException, IOException, Exception {
final String DEPLOYABLE_NAME = BASIC_EAR;
@@ -581,7 +581,7 @@
* Fails because of EMBJOPR-42 - javax.el.ELException:
org.jboss.seam.RequiredException:
* @Out attribute requires non-null value:
updateBackingContentAction.packageDetails
*/
- public void XtestEarRedeployment() throws IOException, EmbJoprTestException {
+ public void testEarRedeployment() throws IOException, EmbJoprTestException {
final String DEPLOYABLE_NAME = BASIC_EAR;
@@ -659,7 +659,7 @@
/**
* Checks EAR metrics tab.
*/
- public void XtestEarMetricsTab() throws IOException, EmbJoprTestException {
+ public void testEarMetricsTab() throws IOException, EmbJoprTestException {
final String DEPLOYABLE_NAME = BASIC_EAR;
@@ -706,7 +706,7 @@
*
* FAILS because some of the values are read-only. EMBJOPR-96
*/
- public void XtestEarMetricsTabRefreshButton() throws IOException, EmbJoprTestException
{
+ public void testEarMetricsTabRefreshButton() throws IOException, EmbJoprTestException {
final String DEPLOYABLE_NAME = BASIC_EAR;
@@ -751,7 +751,7 @@
* PASSED.
* Now fails, because EAR does not appear.
*/
- public void XtestEarDeployUnpacked() throws IOException, EmbJoprTestException {
+ public void testEarDeployUnpacked() throws IOException, EmbJoprTestException {
// Deploy the unpacked EAR.
@@ -792,7 +792,7 @@
/**
* Deploys an EAR with WAR as a module, and checks whether the web app runs.
*/
- public void XtestEarWithWar() throws IOException, EmbJoprTestException {
+ public void testEarWithWar() throws IOException, EmbJoprTestException {
final String DEPLOYABLE_NAME = EAR_WITH_WAR;
@@ -851,7 +851,7 @@
* Was failing because of EMBJOPR-133.
* Now FAILS because of EMBJOPR-172.
*/
- public void XtestEarStopAndStart() throws IOException, EmbJoprTestException
+ public void testEarStopAndStart() throws IOException, EmbJoprTestException
{
final String DEPLOYABLE_NAME = EAR_WITH_WAR_COUNTER;
@@ -947,7 +947,7 @@
*
* FAILS because of EMBJOPR-133.
*/
- public void XtestEarRestart() throws IOException, EmbJoprTestException
+ public void testEarRestart() throws IOException, EmbJoprTestException
{
final String DEPLOYABLE_NAME = EAR_WITH_WAR_COUNTER;
@@ -1032,7 +1032,7 @@
* FAILS because of EMBJOPR-137 - EAR with unsatisfied dependencies
* show error upon deploy, but then shows as UP.
*/
- public void XtestEarWithUnsatisfiedDeps() throws IOException, EmbJoprTestException
+ public void testEarWithUnsatisfiedDeps() throws IOException, EmbJoprTestException
{
final String DEPLOYABLE_NAME = EAR_EXT_DEPENDENCIES;
@@ -1068,7 +1068,7 @@
- public void XtestEarRedeployDifferentName() throws IOException, EmbJoprTestException
+ public void testEarRedeployDifferentName() throws IOException, EmbJoprTestException
{
final String DEPLOYABLE_NAME = EAR_WITH_WAR_COUNTER;
@@ -1135,7 +1135,7 @@
/**
* Deploys an EAR, then re-deploys (Content tab) EAR with the same name, but different
content.
*/
- public void XtestEarRedeployDifferentVersion() throws IOException, EmbJoprTestException
+ public void testEarRedeployDifferentVersion() throws IOException, EmbJoprTestException
{
final String DEPLOYABLE_NAME = EAR_WITH_WAR_COUNTER;
@@ -1202,7 +1202,7 @@
* deployed. Undeploy the archive for test clean up purposes.
*
*/
- public void XtestEarRarInEarDeployment() throws IOException, EmbJoprTestException
+ public void testEarRarInEarDeployment() throws IOException, EmbJoprTestException
{
final String DEPLOYABLE_NAME = EAR_WITH_RAR;