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

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Tue Jul 14 16:46:40 EDT 2009


Author: ozizka at redhat.com
Date: 2009-07-14 16:46:40 -0400 (Tue, 14 Jul 2009)
New Revision: 559

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

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-07-14 19:44:29 UTC (rev 558)
+++ trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/app/ear/EarTest.java	2009-07-14 20:46:40 UTC (rev 559)
@@ -94,7 +94,7 @@
 	 *
 	 * Was failing: JMX doesn't report EAR as deployed: eardeployment.ear
 	 */ 
-	public void testBasicEarDeployment() throws IOException, EmbJoprTestException
+	public void testEarBasicDeployment() throws IOException, EmbJoprTestException
 	{
 
 		final String DEPLOYABLE_NAME = BASIC_EAR;
@@ -253,7 +253,7 @@
 
 	 *  PASSED.
 	 */
-	public void testNavigationToEar() throws IOException, HtmlElementNotFoundException, ActionOutOfSyncException, ActionNotAvailableException, EmbJoprTestException, InterruptedException
+	public void testEarNavigation() throws IOException, HtmlElementNotFoundException, ActionOutOfSyncException, ActionNotAvailableException, EmbJoprTestException, InterruptedException
 	{
 
 		// JBossAS Servers node 
@@ -741,7 +741,7 @@
 	 * PASSED.
 	 * Now fails, because EAR does not appear.
 	 */
-	public void testDeployUnpackedEar() throws IOException, EmbJoprTestException {
+	public void testEarDeployUnpacked() throws IOException, EmbJoprTestException {
 
 
 		// Deploy the unpacked EAR.
@@ -1189,7 +1189,7 @@
 	 *	deployed.  Undeploy the archive for test clean up purposes.
 	 *
 	 */ 
-	public void testRarInEarDeployment() throws IOException, EmbJoprTestException
+	public void testEarRarInEarDeployment() throws IOException, EmbJoprTestException
 	{
 
 		final String DEPLOYABLE_NAME =  EAR_WITH_RAR;




More information about the embjopr-commits mailing list