Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 58174 invoked from network); 16 Jan 2006 18:02:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Jan 2006 18:02:46 -0000 Received: (qmail 54568 invoked by uid 500); 16 Jan 2006 18:02:45 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 54522 invoked by uid 500); 16 Jan 2006 18:02:45 -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 54505 invoked by uid 99); 16 Jan 2006 18:02:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jan 2006 10:02:45 -0800 X-ASF-Spam-Status: No, hits=-9.4 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.29) with SMTP; Mon, 16 Jan 2006 10:02:44 -0800 Received: (qmail 57997 invoked by uid 65534); 16 Jan 2006 18:02:24 -0000 Message-ID: <20060116180224.57996.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r369538 - /directory/trunks/common/ldap/src/test/java/org/apache/ldap/common/codec/add/AddResponseTest.java Date: Mon, 16 Jan 2006 18:02:23 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: elecharny Date: Mon Jan 16 10:02:20 2006 New Revision: 369538 URL: http://svn.apache.org/viewcvs?rev=369538&view=rev Log: - Removed useless Assert. prefix - Fixed the handling of requests with a empty body Modified: directory/trunks/common/ldap/src/test/java/org/apache/ldap/common/codec/add/AddResponseTest.java Modified: directory/trunks/common/ldap/src/test/java/org/apache/ldap/common/codec/add/AddResponseTest.java URL: http://svn.apache.org/viewcvs/directory/trunks/common/ldap/src/test/java/org/apache/ldap/common/codec/add/AddResponseTest.java?rev=369538&r1=369537&r2=369538&view=diff ============================================================================== --- directory/trunks/common/ldap/src/test/java/org/apache/ldap/common/codec/add/AddResponseTest.java (original) +++ directory/trunks/common/ldap/src/test/java/org/apache/ldap/common/codec/add/AddResponseTest.java Mon Jan 16 10:02:20 2006 @@ -102,7 +102,6 @@ ee.printStackTrace(); fail( ee.getMessage() ); } - } /**