Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 1180 invoked from network); 27 Feb 2006 19:03:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Feb 2006 19:03:13 -0000 Received: (qmail 48570 invoked by uid 500); 27 Feb 2006 19:03:12 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 47879 invoked by uid 500); 27 Feb 2006 19:03:10 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 47868 invoked by uid 99); 27 Feb 2006 19:03:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Feb 2006 11:03:10 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of rickmcg@gmail.com designates 66.249.82.205 as permitted sender) Received: from [66.249.82.205] (HELO xproxy.gmail.com) (66.249.82.205) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Feb 2006 11:03:09 -0800 Received: by xproxy.gmail.com with SMTP id s7so615037wxc for ; Mon, 27 Feb 2006 11:02:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=RNK1mfZKu8RaLv7bf/yY4WonVW8DfT3mzQ/CcJ/lvvjMMH0rJ0IP4dwtGdTZz5LFH/5NyWDM83FhMKrTGYcaoRRGBg4gDjH4NLmqT8o0N3YWmpn3nRx9MIYEB5k9V0K4E3JSBLDE7bgXqc1itPe0f9T2F1F5bAw3A/mbk6Bl3AU= Received: by 10.70.54.1 with SMTP id c1mr154831wxa; Mon, 27 Feb 2006 11:02:46 -0800 (PST) Received: from ?192.168.1.104? ( [68.191.49.248]) by mx.gmail.com with ESMTP id i39sm249611wxd.2006.02.27.11.02.45; Mon, 27 Feb 2006 11:02:46 -0800 (PST) Message-ID: <44034CD2.6030105@gmail.com> Date: Mon, 27 Feb 2006 14:02:43 -0500 From: Rick McGuire Reply-To: rickmcg@gmail.com User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: [continuum] BUILD FAILURE: Java Mail References: <33079434.1141063748021.JavaMail.continuum@stan.gbuild.org> <7b3355cb0602271020y59fab193pb4903c475151ce48@mail.gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Kevan Miller wrote: > > > On 2/27/06, *Bruce Snyder* > wrote: > > On 2/27/06, continuum > wrote: > > > [surefire] Running javax.mail.internet.MimeMessageTest > > [surefire] Tests run: 8, Failures: 2, Errors: 0, Time elapsed: > 0.122 sec <<<<<<<< FAILURE !! > > I'm not sure why this is failing as it passed for me in my > environment. Is there a way to view the surefire-report for this > failure? > > > Bruce, > Here's the top of the error stacktrace for both failures: > > junit.framework.ComparisonFailure: expected:<...\201> but was:<...?> > at junit.framework.Assert.assertEquals(Assert.java:81) > at junit.framework.Assert.assertEquals(Assert.java:87) > at > javax.mail.internet.MimeMessageTest.testSetSubject(MimeMessageTest.java:343) Oops, I think I know what's going wrong here. That particular test case is sensitive to whatever default code page is in use on that machine, so the result can be highly variable. I think this particular variation should just be deleted, along with the similar variation for setDescription() on line 365. Rick > > --kevan > >