gdamour 2004/05/31 04:57:21
Modified:
modules/security/src/test/org/apache/geronimo/security/network/protocol
SubjectCarryingProtocolTest.java
Log:
When the JAAS application configuration name, formerly named "JAASId",
has been renamed "ApplicationConfigName", the attribute name has not
been updated in this test.
Revision Changes Path
1.11 +2 -2
incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/network/protocol/SubjectCarryingProtocolTest.java
Index: SubjectCarryingProtocolTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/network/protocol/SubjectCarryingProtocolTest.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- SubjectCarryingProtocolTest.java 30 May 2004 18:39:12 -0000 1.10
+++ SubjectCarryingProtocolTest.java 31 May 2004 11:57:21 -0000 1.11
@@ -289,7 +289,7 @@
gbean = new
GBeanMBean("org.apache.geronimo.security.jaas.ConfigurationEntryRealmLocal");
propertiesCE = new
ObjectName("geronimo.security:type=ConfigurationEntry,jaasId=properties");
- gbean.setAttribute("JAASId", "properties");
+ gbean.setAttribute("ApplicationConfigName", "properties");
gbean.setAttribute("RealmName", "properties-realm");
gbean.setAttribute("ControlFlag", LoginModuleControlFlag.REQUIRED);
gbean.setAttribute("Options", new Properties());