Return-Path: Delivered-To: apmail-lucene-ruby-dev-archive@www.apache.org Received: (qmail 71544 invoked from network); 12 Feb 2007 14:12:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Feb 2007 14:12:38 -0000 Received: (qmail 25437 invoked by uid 500); 12 Feb 2007 14:12:46 -0000 Delivered-To: apmail-lucene-ruby-dev-archive@lucene.apache.org Received: (qmail 25428 invoked by uid 500); 12 Feb 2007 14:12:46 -0000 Mailing-List: contact ruby-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ruby-dev@lucene.apache.org Delivered-To: mailing list ruby-dev@lucene.apache.org Received: (qmail 25417 invoked by uid 99); 12 Feb 2007 14:12:46 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Feb 2007 06:12:46 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [69.55.225.129] (HELO ehatchersolutions.com) (69.55.225.129) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Feb 2007 06:12:35 -0800 Received: by ehatchersolutions.com (Postfix, from userid 504) id CA1F230EFC1A; Mon, 12 Feb 2007 09:12:14 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on javelina X-Spam-Level: Received: from [128.143.193.79] (d-128-193-79.bootp.Virginia.EDU [128.143.193.79]) by ehatchersolutions.com (Postfix) with ESMTP id BBF8C30EFC19 for ; Mon, 12 Feb 2007 09:12:01 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: <758A75E1-5C11-4A9F-93F8-214D855389E3@ehatchersolutions.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: ruby-dev@lucene.apache.org From: Erik Hatcher Subject: solrb testing? Date: Mon, 12 Feb 2007 09:11:59 -0500 X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=unavailable version=3.1.1 for those solrbians out there, are all well with these: rake # runs just the unit tests rake test # runs unit and functional tests rake test:coverage # requires rcov gem, shows test coverage i've heard one person (Ed) report some issues, but that's all (other than those 3 Windows users out there who have issues with the functional tests!). erik