Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 20637 invoked from network); 6 May 2008 06:10:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 May 2008 06:10:17 -0000 Received: (qmail 79637 invoked by uid 500); 6 May 2008 06:10:18 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 79607 invoked by uid 500); 6 May 2008 06:10:18 -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 79593 invoked by uid 99); 6 May 2008 06:10:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 May 2008 23:10:18 -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; Tue, 06 May 2008 06:09:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9F655234C100 for ; Mon, 5 May 2008 23:09:55 -0700 (PDT) Message-ID: <1419256055.1210054195637.JavaMail.jira@brutus> Date: Mon, 5 May 2008 23:09:55 -0700 (PDT) From: "Sean Qiu (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-5809) [classlib][luni] Add some testcases for Vector, ArrayList and LinkedList In-Reply-To: <1528765752.1210054075906.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-5809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Qiu updated HARMONY-5809: ------------------------------ Attachment: Harmony-5809.diff Could someone please try this patch? > [classlib][luni] Add some testcases for Vector, ArrayList and LinkedList > ------------------------------------------------------------------------ > > Key: HARMONY-5809 > URL: https://issues.apache.org/jira/browse/HARMONY-5809 > Project: Harmony > Issue Type: Improvement > Components: Classlib > Affects Versions: 5.0M6 > Reporter: Sean Qiu > Priority: Minor > Fix For: 5.0M6 > > Attachments: Harmony-5809.diff > > > Improve line coverage of java.util package. > java.util.LinkedList > java.util.ArrayList > java.util.Vector -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.