Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 39992 invoked from network); 16 Aug 2008 18:44:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Aug 2008 18:44:36 -0000 Received: (qmail 27118 invoked by uid 500); 16 Aug 2008 18:44:35 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 27095 invoked by uid 500); 16 Aug 2008 18:44: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 27084 invoked by uid 99); 16 Aug 2008 18:44:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Aug 2008 11:44:35 -0700 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; Sat, 16 Aug 2008 18:43:47 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1FCE8234C1B1 for ; Sat, 16 Aug 2008 11:43:46 -0700 (PDT) Message-ID: <1444817219.1218912226129.JavaMail.jira@brutus> Date: Sat, 16 Aug 2008 11:43:46 -0700 (PDT) From: "Tharindu Mathew (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-5950) Fixes problems that failed DefaultEditorKit_Actions_MultithreadedTest In-Reply-To: <697899313.1218911744785.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-5950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tharindu Mathew updated HARMONY-5950: ------------------------------------- Attachment: DefaultEditorKit_Actions_MultithreadedTestFix.patch The testSelectWordActionPerformed has the following assertion: assertEquals("resulted string", " ", c.getSelectedText()); //2 whitespaces This is not possible since the com.ibm.icu.text.BreakIterator (in TextUtils-> getWordStart method) recognizes the next word by a space which should be the case. Therefore, this was corrected to check for one whitespace. > Fixes problems that failed DefaultEditorKit_Actions_MultithreadedTest > --------------------------------------------------------------------- > > Key: HARMONY-5950 > URL: https://issues.apache.org/jira/browse/HARMONY-5950 > Project: Harmony > Issue Type: Bug > Components: Classlib > Reporter: Tharindu Mathew > Attachments: DefaultEditorKit_Actions_MultithreadedTestFix.patch > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.