Return-Path: Delivered-To: apmail-incubator-abdera-dev-archive@locus.apache.org Received: (qmail 38365 invoked from network); 9 Aug 2006 02:53:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Aug 2006 02:53:05 -0000 Received: (qmail 74174 invoked by uid 500); 9 Aug 2006 02:53:05 -0000 Delivered-To: apmail-incubator-abdera-dev-archive@incubator.apache.org Received: (qmail 74150 invoked by uid 500); 9 Aug 2006 02:53:05 -0000 Mailing-List: contact abdera-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-dev@incubator.apache.org Delivered-To: mailing list abdera-dev@incubator.apache.org Received: (qmail 74141 invoked by uid 99); 9 Aug 2006 02:53:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Aug 2006 19:53:05 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of rooneg@gmail.com designates 64.233.182.185 as permitted sender) Received: from [64.233.182.185] (HELO nf-out-0910.google.com) (64.233.182.185) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Aug 2006 19:53:04 -0700 Received: by nf-out-0910.google.com with SMTP id a25so437826nfc for ; Tue, 08 Aug 2006 19:52:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=JRuv6txDcFyp+U8JBQojuurht+eLtOGCuZJF0SNyeNXgSjMOBo4yqHSeYZuwBjY0QeMsVAwjwLF5dCgMxq56G4GvmNPJb9l42ofCXP8+VgPfqMu7XgjYbYtKtJLEzz8e0OhVifCmcsgVb2c+2Fu1c6tgiH3SAxbHKD0IsZS4Sq4= Received: by 10.78.124.2 with SMTP id w2mr109311huc; Tue, 08 Aug 2006 19:52:37 -0700 (PDT) Received: by 10.78.37.20 with HTTP; Tue, 8 Aug 2006 19:52:37 -0700 (PDT) Message-ID: <7edfeeef0608081952p1499c6ddlff699c18a0d93090@mail.gmail.com> Date: Tue, 8 Aug 2006 22:52:37 -0400 From: "Garrett Rooney" Sender: rooneg@gmail.com To: abdera-dev@incubator.apache.org Subject: Re: svn commit: r429915 - in /incubator/abdera/java/trunk: client/ client/pom.xml pom.xml In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060809013821.129031A981A@eris.apache.org> X-Google-Sender-Auth: f6c61561cce6bed3 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 8/8/06, Stephen Duncan wrote: > The only issue I see is that the tests are not run. I think that's > because all the tests in CacheTests.java are static... Does the JUnit > TestSuite run the static tests? It's because the tests are in CacheTests.java, need to rename them to CacheTest.java to get matched by the appropriate pattern. Will do so momentarily. -garrett