Return-Path: Delivered-To: apmail-lucene-ruby-dev-archive@www.apache.org Received: (qmail 25030 invoked from network); 13 Feb 2007 07:13:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Feb 2007 07:13:52 -0000 Received: (qmail 21128 invoked by uid 500); 13 Feb 2007 07:13:59 -0000 Delivered-To: apmail-lucene-ruby-dev-archive@lucene.apache.org Received: (qmail 21106 invoked by uid 500); 13 Feb 2007 07:13:59 -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 21095 invoked by uid 99); 13 Feb 2007 07:13:59 -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 23:13:59 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of coda.hale@gmail.com designates 66.249.92.170 as permitted sender) Received: from [66.249.92.170] (HELO ug-out-1314.google.com) (66.249.92.170) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Feb 2007 23:13:49 -0800 Received: by ug-out-1314.google.com with SMTP id k40so1742252ugc for ; Mon, 12 Feb 2007 23:13:27 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fLmdag1bvcLxwvyyJmz+3wuB0l+Qh5XBHuMPz6pYoYz8NQiNKASmTY6VKUb/nf18UbsW6K40OJhDd6vFRYPdI6rS2otT8l9D5NygNiYb/p7Gq6Xi2RlHSdYHHzsp61EeP0DMW4J02ajxa9VMXmHNtbtOvC5xDWQrGnmF3awXpHo= Received: by 10.78.157.8 with SMTP id f8mr15653hue.1171350807668; Mon, 12 Feb 2007 23:13:27 -0800 (PST) Received: by 10.78.177.7 with HTTP; Mon, 12 Feb 2007 23:13:27 -0800 (PST) Message-ID: Date: Mon, 12 Feb 2007 23:13:27 -0800 From: "Coda Hale" To: ruby-dev@lucene.apache.org Subject: Re: solrb testing? In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <758A75E1-5C11-4A9F-93F8-214D855389E3@ehatchersolutions.com> X-Virus-Checked: Checked by ClamAV on apache.org On 2/12/07, Edward Summers wrote: > Mysteriously, I get two failures for the unit tests. I haven't had > time to dig in and see why it's only affecting me. > <"\n ëäïöü\n delete>"> expected to be =~ > [\s]*\303\253\303\244\303\257\303\266\303\274<\/ > query>[\s]*<\/delete>/m>. Hmm. This looks like a problem with the test. Let me guess -- you don't have libxml-ruby installed? Looks like REXML encodes the characters as entities rather than leave them as characters. Anyone got a good idea of how to normalize the tests here? -- Coda Hale http://blog.codahale.com