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

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Thu May 7 15:09:52 EDT 2009


Author: ozizka at redhat.com
Date: 2009-05-07 15:09:52 -0400 (Thu, 07 May 2009)
New Revision: 399

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-05-07 17:47:06 UTC (rev 398)
+++ trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/app/ear/EarTest.java	2009-05-07 19:09:52 UTC (rev 399)
@@ -402,6 +402,7 @@
 	/**
 	 * Changes EAR configuration, and checks whether the changes were saved.
 	 *
+	 * FAILS: Configuration tab is disabled.
 	 */
 	public void testEarConfigurationTab() throws IOException, EmbJoprTestException {
 
@@ -420,7 +421,8 @@
 
 			Page prevPage = client.getContentPage();
 			ejtt.tabMenu.clickConfigurationTab();
-			assertNotSame("We should move to other page after clicking the Config tab.",
+			// FAILS: Configuration tab is disabled.
+			assertNotSame("We should move to other page after clicking the Config tab. Perhaps Config tab is disabled?",
 							prevPage, client.getContentPage());
 
 			// Read properties.
@@ -462,6 +464,7 @@
 	/**
 	 * Changes EAR configuration, and verifies that the changes were NOT saved.
 	 *
+	 * FAILS: Configuration tab is disabled.
 	 */
 	public void testEarConfigurationTabCancel() throws IOException, EmbJoprTestException {
 
@@ -784,7 +787,8 @@
 	/**
 	 * Stops and Starts an EAR with WAR in the Control tab.
 	 *
-	 * FAILS because of EMBJOPR-133.
+	 * Was failing because of EMBJOPR-133.
+	 * Now FAILS because of EMBJOPR-172.
 	 */
 	public void testStopAndStartEar() throws IOException, EmbJoprTestException
 	{




More information about the embjopr-commits mailing list