[embjopr-commits] EMBJOPR SVN: r654 - trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/app/ear.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Sat Aug 8 15:48:51 EDT 2009


Author: ozizka at redhat.com
Date: 2009-08-08 15:48:51 -0400 (Sat, 08 Aug 2009)
New Revision: 654

Modified:
   trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/app/ear/EarTest.java
Log:
 * EarTest updated.

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-08 04:25:48 UTC (rev 653)
+++ trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/app/ear/EarTest.java	2009-08-08 19:48:51 UTC (rev 654)
@@ -94,7 +94,7 @@
 	 *
 	 * Was failing: JMX doesn't report EAR as deployed: eardeployment.ear
 	 */ 
-	public void XtestEarBasicDeployment() throws IOException, EmbJoprTestException
+	public void testEarBasicDeployment() throws IOException, EmbJoprTestException
 	{
 
 		final String DEPLOYABLE_NAME = BASIC_EAR;
@@ -158,7 +158,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;
 
@@ -262,7 +262,7 @@
 
 	 *  PASSED.
 	 */
-	public void XtestEarNavigation() throws IOException, EmbJoprTestException, InterruptedException
+	public void testEarNavigation() throws IOException, EmbJoprTestException, InterruptedException
 	{
 
 		// JBossAS Servers node 
@@ -339,7 +339,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.
 		{
 
@@ -401,7 +401,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;
 
@@ -585,7 +585,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;
 
@@ -663,7 +663,7 @@
 	/**
 	 * Checks EAR metrics tab.
 	 */
-	public void XtestEarMetricsTab() throws IOException, EmbJoprTestException {
+	public void testEarMetricsTab() throws IOException, EmbJoprTestException {
 
 		final String DEPLOYABLE_NAME = BASIC_EAR;
 
@@ -710,7 +710,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;
 
@@ -755,7 +755,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.
@@ -796,7 +796,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;
 
@@ -855,7 +855,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;
 
@@ -951,7 +951,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;
 
@@ -1036,7 +1036,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;
@@ -1072,7 +1072,7 @@
 
 
 
-	public void XtestEarRedeployDifferentName() throws IOException, EmbJoprTestException
+	public void testEarRedeployDifferentName() throws IOException, EmbJoprTestException
 	{
 
 		final String DEPLOYABLE_NAME  = EAR_WITH_WAR_COUNTER;
@@ -1139,7 +1139,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;
@@ -1206,7 +1206,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;



More information about the embjopr-commits mailing list