[embjopr-commits] EMBJOPR SVN: r574 - trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Wed Jul 22 12:20:31 EDT 2009


Author: ozizka at redhat.com
Date: 2009-07-22 12:20:31 -0400 (Wed, 22 Jul 2009)
New Revision: 574

Modified:
   trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/EmbjoprTestCase.java
Log:
 * JAAS security added to DatasourceOperationsTest

Modified: trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/EmbjoprTestCase.java
===================================================================
--- trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/EmbjoprTestCase.java	2009-07-21 23:13:12 UTC (rev 573)
+++ trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/EmbjoprTestCase.java	2009-07-22 16:20:31 UTC (rev 574)
@@ -1001,7 +1001,7 @@
      * @param deployment - the deployment we are interested in
      */
     protected boolean isDeployed(String deployment) throws Exception {
-			return isDeployed(deployment, false);
+			return isDeployed(deployment, true);
 		}
     /**
      * Return whether or not the given deployment is deployed.



More information about the embjopr-commits mailing list