Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 26486 invoked from network); 20 Aug 2010 06:52:40 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Aug 2010 06:52:40 -0000 Received: (qmail 28377 invoked by uid 500); 20 Aug 2010 06:52:40 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 28269 invoked by uid 500); 20 Aug 2010 06:52:38 -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 28262 invoked by uid 99); 20 Aug 2010 06:52:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Aug 2010 06:52:38 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Aug 2010 06:52:37 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7K6qG2u013407 for ; Fri, 20 Aug 2010 06:52:17 GMT Message-ID: <153354.463091282287136807.JavaMail.jira@thor> Date: Fri, 20 Aug 2010 02:52:16 -0400 (EDT) From: "Mark Hindess (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-6574) [classlib][swing]javax.swing.text.html.FormViewTest.testActionPerformed() failed on RI on Windows and Linux platform In-Reply-To: <2416417.278731278654650376.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HARMONY-6574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Hindess updated HARMONY-6574: ---------------------------------- Fix Version/s: 5.0M15 Affects Version/s: 5.0M14 (was: 5.0M15) Ray, I think you meant to say that 5.0M15 is the version where it is fixed rather than that 5.0M15 is the version where it is broken? Like this. > [classlib][swing]javax.swing.text.html.FormViewTest.testActionPerformed() failed on RI on Windows and Linux platform > -------------------------------------------------------------------------------------------------------------------- > > Key: HARMONY-6574 > URL: https://issues.apache.org/jira/browse/HARMONY-6574 > Project: Harmony > Issue Type: Test > Components: Classlib > Affects Versions: 5.0M14 > Reporter: Ray Chen > Assignee: Mark Hindess > Priority: Minor > Fix For: 5.0M15 > > Attachments: Harmony-6574.diff > > > javax.swing.text.html.FormViewTest.testActionPerformed() failed on RI on windows and linux platform. > It throwed an NPE when call the submitData method. > Since this test case mainly test the actionPerformed() API and the submitData has not been implemented, we can write a mock implementation of the submitData to make the test pass on RI. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.