Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 5416 invoked from network); 31 May 2004 11:57:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 31 May 2004 11:57:41 -0000 Received: (qmail 60645 invoked by uid 500); 31 May 2004 11:57:40 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 60631 invoked by uid 500); 31 May 2004 11:57:40 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@geronimo.apache.org Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 60618 invoked by uid 500); 31 May 2004 11:57:40 -0000 Delivered-To: apmail-incubator-geronimo-cvs@apache.org Received: (qmail 60613 invoked by uid 99); 31 May 2004 11:57:39 -0000 Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Mon, 31 May 2004 04:57:39 -0700 Received: (qmail 5306 invoked by uid 1782); 31 May 2004 11:57:22 -0000 Date: 31 May 2004 11:57:22 -0000 Message-ID: <20040531115722.5305.qmail@minotaur.apache.org> From: gdamour@apache.org To: incubator-geronimo-cvs@apache.org Subject: cvs commit: incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/network/protocol SubjectCarryingProtocolTest.java X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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());