Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 25280 invoked from network); 12 Jul 2005 20:30:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Jul 2005 20:30:04 -0000 Received: (qmail 54638 invoked by uid 500); 12 Jul 2005 20:30:00 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 54614 invoked by uid 500); 12 Jul 2005 20:30:00 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 54595 invoked by uid 99); 12 Jul 2005 20:30:00 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2005 13:29:51 -0700 Received: by ajax.apache.org (Postfix, from userid 99) id 77C9015; Tue, 12 Jul 2005 22:29:48 +0200 (CEST) From: bugzilla@apache.org To: commons-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 34715] - [lang] unit test for org.apache.commons.lang.text.StrBuilder X-Bugzilla-Reason: AssignedTo Message-Id: <20050712202948.77C9015@ajax.apache.org> Date: Tue, 12 Jul 2005 22:29:48 +0200 (CEST) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=34715 ------- Additional Comments From heuermh@acm.org 2005-07-12 22:29 ------- Created an attachment (id=15659) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=15659&action=view) svn diff src/ svn commit r209943 causes two tests to fail for me: --- Testsuite: org.apache.commons.lang.text.TextTestSuite Tests run: 65, Failures: 1, Errors: 1, Time elapsed: 2.531 sec Testcase: testAppendFixedWidthPadLeft(org.apache.commons.lang.text.StrBuilderTest): FAILED expected:<-null> but was: junit.framework.ComparisonFailure: expected:<-null> but was: at org.apache.commons.lang.text.StrBuilderTest.testAppendFixedWidthPadLeft(StrBuilderTest.java:571) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) Testcase: testAppendWithSeparators_Iterator(org.apache.commons.lang.text.StrBuilderTest): Caused an ERROR null java.util.NoSuchElementException at java.util.AbstractList$Itr.next(AbstractList.java:427) at org.apache.commons.lang.text.StrBuilder.appendWithSeparators(StrBuilder.java:614) at org.apache.commons.lang.text.StrBuilderTest.testAppendWithSeparators_Iterator(StrBuilderTest.java:727) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) diff attached. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org