Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 52246 invoked from network); 28 Nov 2007 06:57:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Nov 2007 06:57:07 -0000 Received: (qmail 33597 invoked by uid 500); 28 Nov 2007 06:56:57 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 33579 invoked by uid 500); 28 Nov 2007 06:56:57 -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 33570 invoked by uid 99); 28 Nov 2007 06:56:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2007 22:56:57 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Nov 2007 06:56:44 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 05BC171420A for ; Tue, 27 Nov 2007 22:56:43 -0800 (PST) Message-ID: <28732983.1196233003014.JavaMail.jira@brutus> Date: Tue, 27 Nov 2007 22:56:43 -0800 (PST) From: "Regis Xu (JIRA)" To: commits@harmony.apache.org Subject: [jira] Closed: (HARMONY-5210) [classlib][sql] refactor CachedRowSetImplTest In-Reply-To: <1272818.1196219203002.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-5210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Regis Xu closed HARMONY-5210. ----------------------------- Verified, thanks Jimmy. > [classlib][sql] refactor CachedRowSetImplTest > --------------------------------------------- > > Key: HARMONY-5210 > URL: https://issues.apache.org/jira/browse/HARMONY-5210 > Project: Harmony > Issue Type: Improvement > Components: Classlib > Reporter: Regis Xu > Assignee: Jimmy, Jing Lv > Attachments: Harmony-5210.diff > > > refactor CachedRowSetImplTest, create new class CachedRowSetTestCase as based class, move setUp() tearDown() > and some util methods from CachedRowSetImplTest to CachedRowSetTestCase, so CachedRowSetTestCase could be > reused. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.