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

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Thu May 7 15:29:45 EDT 2009


Author: ozizka at redhat.com
Date: 2009-05-07 15:29:44 -0400 (Thu, 07 May 2009)
New Revision: 402

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-05-07 19:23:46 UTC (rev 401)
+++ trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/app/war/WarTest.java	2009-05-07 19:29:44 UTC (rev 402)
@@ -392,6 +392,7 @@
 	/**
 	 * Changes WAR configuration, and checks whether the changes were saved.
 	 *
+	 * FAILS because Config tab is disabled.
 	 */
 	public void testWarConfigurationTab() throws IOException, EmbJoprTestException, HtmlElementNotFoundException, Exception {
 
@@ -452,7 +453,8 @@
 	/**
 	 * Changes WAR configuration, and verifies that the changes were NOT saved.
 	 *
-	 * FAILS because some of the values are read-only.  EMBJOPR-96
+	 * Was failing because some of the values are read-only.  EMBJOPR-96
+	 * FAILS because Config tab is disabled.
 	 */
 	public void testWarConfigurationTabCancel() throws IOException, EmbJoprTestException {
 
@@ -511,7 +513,8 @@
 	/**
 	 * Redeploys WAR, using WAR's Content tab upload form.
 	 *
-	 * Fails because of:  EMBJOPR-109
+	 * Was failing because of:  EMBJOPR-109
+	 * FAILS: EMBJOPR-172
 	 */
 	public void testWarRedeployment() throws IOException, EmbJoprTestException {
 
@@ -942,6 +945,8 @@
 	/**
 	 * Restarts the WAR using button in the Control tab,
 	 * and checks whether it's really restarted by checking whether JSP variable was reset.
+	 *
+	 * FAILS: EMBJOPR-172
 	 */
 	public void testRestartWar() throws IOException, EmbJoprTestException
 	{




More information about the embjopr-commits mailing list