[embjopr-commits] EMBJOPR SVN: r282 - in trunk/jsfunit: src/test/java/org/jboss/jopr/jsfunit/as5 and 1 other directory.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Tue Apr 7 20:45:37 EDT 2009


Author: smcgowan at redhat.com
Date: 2009-04-07 20:45:35 -0400 (Tue, 07 Apr 2009)
New Revision: 282

Modified:
   trunk/jsfunit/pom.xml
   trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/EjbTest.java
Log:
fix build issues

Modified: trunk/jsfunit/pom.xml
===================================================================
--- trunk/jsfunit/pom.xml	2009-04-07 21:43:45 UTC (rev 281)
+++ trunk/jsfunit/pom.xml	2009-04-08 00:45:35 UTC (rev 282)
@@ -299,7 +299,7 @@
                        <properties>
                          <cargo.java.home>${JAVA_HOME}</cargo.java.home>
                          <!-- Raise permgen size, allow classes unloading and permgen sweep -->
-                         <cargo.jvmargs>-Dcom.sun.management.jmxremote -XX:PermSize=128m -XX:MaxPermSize=256m</cargo.jvmargs>
+                         <cargo.jvmargs>-Dcom.sun.management.jmxremote -Dxb.builder.useUnorderedSequence=true -XX:PermSize=128m -XX:MaxPermSize=256m</cargo.jvmargs>
                          <!-- -XX:+UseConcMarkSweepGC -XX:+CMSPermGenSweepingEnabled -XX:+CMSClassUnloadingEnabled  -->
                          <!-- JBoss configuration - default, all, minimal, ... -->
                          <cargo.jboss.configuration>${cargo.jboss.configuration}</cargo.jboss.configuration>

Modified: trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/EjbTest.java
===================================================================
--- trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/EjbTest.java	2009-04-07 21:43:45 UTC (rev 281)
+++ trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/EjbTest.java	2009-04-08 00:45:35 UTC (rev 282)
@@ -67,7 +67,7 @@
 		log.info(DebugUtils.getCurrentMethodFullName());
 
 		// Navigate to EJB Applications
-		HtmlAnchor ejbLink = getNavTreeLink(NAV_EJB);
+		HtmlAnchor ejbLink = getNavTreeLink(NAV_EJB2);
 		ejbLink.click();
 
 		// click on the "Add new resource" button
@@ -114,7 +114,7 @@
 		HtmlButtonInput deleteButton = getAppDeleteButton(BASIC_JAR);
 		deleteButton.click();
 
-		assertTrue(client.getPageAsText().contains("Successfully deleted " + NAV_EJB+ " '" + BASIC_JAR +"'."));
+		assertTrue(client.getPageAsText().contains("Successfully deleted " + NAV_EJB2 + " '" + BASIC_JAR +"'."));
 
 		//assertFalse(isEJBDeployed(BASIC_JAR);
 	}




More information about the embjopr-commits mailing list