Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 74976 invoked from network); 10 Apr 2009 11:16:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Apr 2009 11:16:35 -0000 Received: (qmail 12695 invoked by uid 500); 10 Apr 2009 11:16:35 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 12649 invoked by uid 500); 10 Apr 2009 11:16:35 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 12640 invoked by uid 99); 10 Apr 2009 11:16:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Apr 2009 11:16:35 +0000 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; Fri, 10 Apr 2009 11:16:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D3A54234C051 for ; Fri, 10 Apr 2009 04:16:14 -0700 (PDT) Message-ID: <1561454370.1239362174832.JavaMail.jira@brutus> Date: Fri, 10 Apr 2009 04:16:14 -0700 (PDT) From: "Jim Yu (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-6147) [classlib][luni] java.util.Scanner.test_nextLine() failed on a regression testcase MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [classlib][luni] java.util.Scanner.test_nextLine() failed on a regression testcase ----------------------------------------------------------------------------------- Key: HARMONY-6147 URL: https://issues.apache.org/jira/browse/HARMONY-6147 Project: Harmony Issue Type: Bug Components: Classlib Affects Versions: 5.0M9 Reporter: Jim Yu Currently, test_nextLine() failed on a regression testcase for Harmony-4774 as following, I've got a fix for it. Failure trace: junit.framework.AssertionFailedError: expected:<1> but was:<2> at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.failNotEquals(Assert.java:282) at junit.framework.Assert.assertEquals(Assert.java:64) at junit.framework.Assert.assertEquals(Assert.java:201) at junit.framework.Assert.assertEquals(Assert.java:207) at org.apache.harmony.luni.tests.java.util.ScannerTest.test_nextLine(ScannerTest.java:5603) at java.lang.reflect.AccessibleObject.invokeV(AccessibleObject.java:197) at java.lang.reflect.Method.invoke(Method.java:238) at junit.framework.TestCase.runTest(TestCase.java:154) at junit.framework.TestCase.runBare(TestCase.java:127) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:128) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.