Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 39802 invoked from network); 13 Apr 2006 18:04:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Apr 2006 18:04:29 -0000 Received: (qmail 18404 invoked by uid 500); 13 Apr 2006 18:04:28 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 18186 invoked by uid 500); 13 Apr 2006 18:04:27 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 18177 invoked by uid 99); 13 Apr 2006 18:04:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Apr 2006 11:04:27 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=MANY_EXCLAMATIONS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mcintyre.a@gmail.com designates 64.233.182.190 as permitted sender) Received: from [64.233.182.190] (HELO nproxy.gmail.com) (64.233.182.190) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Apr 2006 11:04:26 -0700 Received: by nproxy.gmail.com with SMTP id g2so1239373nfe for ; Thu, 13 Apr 2006 11:04:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ru1OxHOuv6L/FOReusSn5/Me1qGOq8HfLet8j8geKbxKY3JuGIz9A9WV+10o2JkrLVpDowGpEevpZDQxlU/Z6iCQtufzUDc8vCvDw8OmX6s4+tAqkEBeoEkl8XCbAWICm9k5oK+YP7YgiptMl/HZr9n/pNScf3DxSDRA1++v+dM= Received: by 10.49.58.1 with SMTP id l1mr245038nfk; Thu, 13 Apr 2006 11:04:05 -0700 (PDT) Received: by 10.48.14.15 with HTTP; Thu, 13 Apr 2006 11:04:05 -0700 (PDT) Message-ID: <54ac72d70604131104r4b903f94q1420d0f7bc6def4e@mail.gmail.com> Date: Thu, 13 Apr 2006 11:04:05 -0700 From: "Andrew McIntyre" To: derby-dev@db.apache.org Subject: Re: Patch for running RunSuite with a list of suites (was Re: !$!% derbyall) In-Reply-To: <443E906A.8020703@sun.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <443D9716.5090502@sun.com> <54ac72d70604121734t1e2441e7pf320958ec321299c@mail.gmail.com> <54ac72d70604121826m6250958ah1ca8be0d028ba881@mail.gmail.com> <443E8A57.7040207@sun.com> <54ac72d70604131048q3988957dj2c918c817dd6db33@mail.gmail.com> <443E906A.8020703@sun.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 4/13/06, David W. Van Couvering wrote: > Great, thanks. > > I'll try your patch out. Is this something you'll commit if it works > for you (and me)? Sure. I think I'd rather call the new method adhocSuite instead of overrideSuites, since that's more descriptive, and I've some other minor mods to make before it goes in, but if it works out for you, I'll commit. andrew