Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 24847 invoked from network); 19 Oct 2010 16:45:05 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Oct 2010 16:45:05 -0000 Received: (qmail 61712 invoked by uid 500); 19 Oct 2010 16:45:04 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 61587 invoked by uid 500); 19 Oct 2010 16:45:04 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 61580 invoked by uid 99); 19 Oct 2010 16:45:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Oct 2010 16:45:04 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of yseeley@gmail.com designates 74.125.82.176 as permitted sender) Received: from [74.125.82.176] (HELO mail-wy0-f176.google.com) (74.125.82.176) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Oct 2010 16:44:59 +0000 Received: by wyg36 with SMTP id 36so1494830wyg.35 for ; Tue, 19 Oct 2010 09:44:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:reply-to:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=gWg4JbaSMp5r3Ibt+ZwBqq/NvbaKDBTV7WiPLq3ydYI=; b=ejavvnvmoMjMZjkShbJMtt+jQVF4u19Kay9Tk55yBKWpOdkbgB2JqOF5xTb16p13gy +ah6IInYr3b/Ew+6cR0QSu7edqlxqWEqiPLE/r3jL8wXIzmCgUvGI1bvwXLkTWHMXBEH aTLEWpQpLPm79zAceHPb8titvYrZXRPng20Gs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=muArCW37BWupKxv3Xli/Xy1bo2nDL3Jy+B09T1hPkdVRVvXuQHvh897HS5WkIJxGX3 rmLl7dBsv4mMtfL8WI3MFzPpMCWghWgffRr800SRKnNNOy5BRK8NX82hhrglYVeoEXrp wWbMKDwC+THWL7ceuslg98fM4yyHd6VOWdhPU= MIME-Version: 1.0 Received: by 10.227.196.74 with SMTP id ef10mr6366402wbb.18.1287506678618; Tue, 19 Oct 2010 09:44:38 -0700 (PDT) Sender: yseeley@gmail.com Reply-To: yonik@lucidimagination.com Received: by 10.216.48.11 with HTTP; Tue, 19 Oct 2010 09:44:38 -0700 (PDT) In-Reply-To: <007301cb6faa$1b27d5b0$51778110$@thetaphi.de> References: <20101019161236.D80C323888FD@eris.apache.org> <007301cb6faa$1b27d5b0$51778110$@thetaphi.de> Date: Tue, 19 Oct 2010 12:44:38 -0400 X-Google-Sender-Auth: cnkQLN_hk3mKYlrcTklzni7Ne9k Message-ID: Subject: Re: svn commit: r1024305 - in /lucene/dev/trunk/solr/src/test/org/apache/solr/core: SolrCoreTest.java TestPropInjectDefaults.java From: Yonik Seeley To: dev@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Tue, Oct 19, 2010 at 12:24 PM, Uwe Schindler wrote: > Yonik, > > Just to reduce the work you have to do: With a subclass of LuceneTestCase, you don't need to add @Test, as the internal test runner behaves like JUnit3 and runs all public methods starting with "test" Ah cool, thanks for the update! -Yonik http://www.lucidimagination.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org