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

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Tue Jul 28 12:14:17 EDT 2009


Author: ozizka at redhat.com
Date: 2009-07-28 12:14:17 -0400 (Tue, 28 Jul 2009)
New Revision: 599

Modified:
   trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/EmbjoprTestCase.java
Log:
 * Connfactory test - set secured to true by default for few more methods.


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-28 16:07:49 UTC (rev 598)
+++ trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/EmbjoprTestCase.java	2009-07-28 16:14:17 UTC (rev 599)
@@ -904,7 +904,7 @@
      */
     protected void checkComponentProperties(Map<String, MetaValue> expectedProperties, String componentName,
 						ComponentType type) throws Exception {
-			checkComponentProperties(expectedProperties, componentName, type, false);
+			checkComponentProperties(expectedProperties, componentName, type, true);
 		}
 		
     /**
@@ -933,7 +933,7 @@
      */
     protected Map<String, MetaValue> getComponentProperties(String componentName,
                                                             ComponentType type) throws Exception {
-			return getComponentProperties(componentName, type, false);
+			return getComponentProperties(componentName, type, true);
 		}
 
     /**



More information about the embjopr-commits mailing list