Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 78151 invoked from network); 20 Aug 2008 13:43:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Aug 2008 13:43:10 -0000 Received: (qmail 14190 invoked by uid 500); 20 Aug 2008 13:43:07 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 14081 invoked by uid 500); 20 Aug 2008 13:43:07 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 14067 invoked by uid 99); 20 Aug 2008 13:43:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Aug 2008 06:43:07 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Aug 2008 13:42:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 63245234C1C0 for ; Wed, 20 Aug 2008 06:42:48 -0700 (PDT) Message-ID: <2110077480.1219239768405.JavaMail.jira@brutus> Date: Wed, 20 Aug 2008 06:42:48 -0700 (PDT) From: "gerke forcare (JIRA)" To: dev@directory.apache.org Subject: [jira] Commented: (DIRSERVER-1232) @ApplyLdifs does not add multiple attributes In-Reply-To: <889456539.1219232687473.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DIRSERVER-1232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12623993#action_12623993 ] gerke forcare commented on DIRSERVER-1232: ------------------------------------------ Sorry, but maybe I still don't understand. In this snippet: "cn: Wang XiaoDong\n" + // "cn: XiaoDong, Wang, Florida Department of Health:123456789\n" + // "cn;lang-cn: XiaoDong, Wang in an other language\n" + // "cn;lang-x-ihe: Wang^XiaoDong^^^^^^A~ ^ ^^^^^^\n" + // I see two cn's with no option and two with option. I do understand that the later are not supported. But the former don't both show up either... The one that ended up being visible after the @ApplyLdif was the third one (XiaoDong, Wang in an other language). > @ApplyLdifs does not add multiple attributes > -------------------------------------------- > > Key: DIRSERVER-1232 > URL: https://issues.apache.org/jira/browse/DIRSERVER-1232 > Project: Directory ApacheDS > Issue Type: Bug > Components: core-integ > Affects Versions: 1.5.3 > Environment: JUnit 4.4 in Eclipse 3.4 using ApacheDS 1.5.3 > Reporter: gerke forcare > > Steps to reproduce: > * write a test-case that uses @ApplyLdifs > * use this as input: > {{{ > @ApplyLdifs(// > { > // A person with a lang-x-ide atributed cn > "dn: cn=Wang XiaoDong, ou=system\n" + // > "objectclass: Top\n" + // > "objectclass: person\n" + // > "objectclass: organizationalPerson\n" + // > "objectclass: inetOrgPerson\n" + // > "cn: Wang XiaoDong\n" + // > "cn: XiaoDong, Wang, Florida Department of Health:123456789\n" + // > "cn;lang-cn: XiaoDong, Wang in an other language\n" + // > "cn;lang-x-ihe: Wang^XiaoDong^^^^^^A~ ^ ^^^^^^\n" + // > "sn: Wang\n" + // > "givenname: XiaoDong\n" + // > "givenname;lang-cn: XiaoDong non transcribed\n" + // > "sn;lang-cn: Wang in an other language\n" + // > "ou: People\n" + // > "uid: XiaoDong\n" + // > "title: Sample HL7 person\n" + // > "mail: Wang.XiaoDong@foo.bar.com\n" + // > "telephonenumber: 555-555-5678\n" // > }) > }}} > Expected result: > * 4 cn-attribute are added to the given dn > Actual result: > * only cn;lang-cn: XiaoDong, Wang in an other language is visible from Apache Directory Studio (as only cn, not cn;lang-cn) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.