Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2C0FA17748 for ; Fri, 9 Jan 2015 23:21:48 +0000 (UTC) Received: (qmail 57554 invoked by uid 500); 9 Jan 2015 23:21:49 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 57509 invoked by uid 500); 9 Jan 2015 23:21:49 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 57499 invoked by uid 99); 9 Jan 2015 23:21:49 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jan 2015 23:21:49 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 4620BAC010E; Fri, 9 Jan 2015 23:21:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1650695 - /directory/shared/trunk/ldap/codec/core/src/test/java/org/apache/directory/api/ldap/codec/controls/proxiedauthz/ProxiedAuthzControlTest.java Date: Fri, 09 Jan 2015 23:21:49 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150109232149.4620BAC010E@hades.apache.org> Author: elecharny Date: Fri Jan 9 23:21:48 2015 New Revision: 1650695 URL: http://svn.apache.org/r1650695 Log: Replaced a é that was making the site building hunappy Modified: directory/shared/trunk/ldap/codec/core/src/test/java/org/apache/directory/api/ldap/codec/controls/proxiedauthz/ProxiedAuthzControlTest.java Modified: directory/shared/trunk/ldap/codec/core/src/test/java/org/apache/directory/api/ldap/codec/controls/proxiedauthz/ProxiedAuthzControlTest.java URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/codec/core/src/test/java/org/apache/directory/api/ldap/codec/controls/proxiedauthz/ProxiedAuthzControlTest.java?rev=1650695&r1=1650694&r2=1650695&view=diff ============================================================================== --- directory/shared/trunk/ldap/codec/core/src/test/java/org/apache/directory/api/ldap/codec/controls/proxiedauthz/ProxiedAuthzControlTest.java (original) +++ directory/shared/trunk/ldap/codec/core/src/test/java/org/apache/directory/api/ldap/codec/controls/proxiedauthz/ProxiedAuthzControlTest.java Fri Jan 9 23:21:48 2015 @@ -76,7 +76,7 @@ public class ProxiedAuthzControlTest ext ByteBuffer bb = ByteBuffer.allocate( 0x0C ); bb.put( new byte[] { - // ProxiedAuthzNotification ::= u:elécharny + // ProxiedAuthzNotification ::= u:elecharny 'u', ':', 'e', 'l', (byte)0xc3, (byte)0xa9, 'c', 'h', 'a', 'r', 'n', 'y' } ); bb.flip(); @@ -185,7 +185,7 @@ public class ProxiedAuthzControlTest ext ByteBuffer bb = ByteBuffer.allocate( 0x0C ); bb.put( new byte[] { - // ProxiedAuthzNotification ::= u:elécharny + // ProxiedAuthzNotification ::= u:elecharny 'u', ':', 'e', 'l', (byte)0xc3, (byte)0xa9, 'c', 'h', 'a', 'r', 'n', 'y' } );