From directory-cvs-return-1726-apmail-incubator-directory-cvs-archive=incubator.apache.org@incubator.apache.org Sun Oct 10 05:36:06 2004 Return-Path: Delivered-To: apmail-incubator-directory-cvs-archive@www.apache.org Received: (qmail 70499 invoked from network); 10 Oct 2004 05:36:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 10 Oct 2004 05:36:06 -0000 Received: (qmail 65689 invoked by uid 500); 10 Oct 2004 05:36:05 -0000 Delivered-To: apmail-incubator-directory-cvs-archive@incubator.apache.org Received: (qmail 65645 invoked by uid 500); 10 Oct 2004 05:36:04 -0000 Mailing-List: contact directory-cvs-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: directory-dev@incubator.apache.org Delivered-To: mailing list directory-cvs@incubator.apache.org Received: (qmail 65629 invoked by uid 99); 10 Oct 2004 05:36:04 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Sat, 09 Oct 2004 22:36:03 -0700 Received: (qmail 70492 invoked by uid 65534); 10 Oct 2004 05:36:02 -0000 Date: 10 Oct 2004 05:36:02 -0000 Message-ID: <20041010053602.70490.qmail@minotaur.apache.org> From: akarasulu@apache.org To: directory-cvs@incubator.apache.org Subject: svn commit: rev 54218 - incubator/directory/eve/trunk/backend/tools/src/test/org/apache/eve/tools/schema X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: akarasulu Date: Sat Oct 9 22:36:01 2004 New Revision: 54218 Modified: incubator/directory/eve/trunk/backend/tools/src/test/org/apache/eve/tools/schema/AttributeTypeParserTest.java Log: use top level parse entry point instead of the one for attributeTypes Modified: incubator/directory/eve/trunk/backend/tools/src/test/org/apache/eve/tools/schema/AttributeTypeParserTest.java ============================================================================== --- incubator/directory/eve/trunk/backend/tools/src/test/org/apache/eve/tools/schema/AttributeTypeParserTest.java (original) +++ incubator/directory/eve/trunk/backend/tools/src/test/org/apache/eve/tools/schema/AttributeTypeParserTest.java Sat Oct 9 22:36:01 2004 @@ -50,7 +50,7 @@ }); Map attributeTypes = parser.getAttributeTypes(); - parser.attributeType(); + parser.parseSchema(); AttributeTypeLiteral type = ( AttributeTypeLiteral ) attributeTypes.get( "2.5.4.2" ); assertNotNull( type );