Author: ozizka(a)redhat.com
Date: 2009-07-28 12:14:40 -0400 (Tue, 28 Jul 2009)
New Revision: 600
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:14:17 UTC (rev 599)
+++ trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/EmbjoprTestCase.java 2009-07-28
16:14:40 UTC (rev 600)
@@ -969,7 +969,7 @@
protected Map<String, MetaValue> getSpecificComponentProperties(String
componentName,
ComponentType type,
String
specificProperties[]) throws Exception {
- return getSpecificComponentProperties(componentName, type, specificProperties,
false);
+ return getSpecificComponentProperties(componentName, type, specificProperties, true);
}
/**
Show replies by date