Author: ozizka(a)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);
}
/**
Show replies by date