Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7F072E295 for ; Wed, 19 Dec 2012 07:10:47 +0000 (UTC) Received: (qmail 99106 invoked by uid 500); 19 Dec 2012 07:10:46 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 99083 invoked by uid 500); 19 Dec 2012 07:10:46 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 99074 invoked by uid 99); 19 Dec 2012 07:10:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Dec 2012 07:10:46 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of webdoublefx@hotmail.com designates 65.55.111.95 as permitted sender) Received: from [65.55.111.95] (HELO blu0-omc2-s20.blu0.hotmail.com) (65.55.111.95) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Dec 2012 07:10:37 +0000 Received: from BLU162-DS21 ([65.55.111.71]) by blu0-omc2-s20.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 18 Dec 2012 23:10:16 -0800 X-EIP: [41ldxwOMXbG1SNSeFQlnlHydYxRrlHDC] X-Originating-Email: [webdoublefx@hotmail.com] Message-ID: From: =?iso-8859-1?Q?Fr=E9d=E9ric_THOMAS?= To: References: <20121219064309.3ECFA2388A64@eris.apache.org> <2CDEB335-90F5-4811-92DA-4C106E44DB95@classsoftware.com> In-Reply-To: <2CDEB335-90F5-4811-92DA-4C106E44DB95@classsoftware.com> Subject: Re: svn commit: r1423770 - /incubator/flex/sdk/branches/release4.9/mustella/MustellaResultsParser.java Date: Wed, 19 Dec 2012 08:10:15 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 16.4.3505.912 x-mimeole: Produced By Microsoft MimeOLE V16.4.3505.912 X-OriginalArrivalTime: 19 Dec 2012 07:10:16.0389 (UTC) FILETIME=[E5919750:01CDDDB7] X-Virus-Checked: Checked by ClamAV on apache.org Hi, This one and the the patches relative to the internationalized Mustella Test Suite are required only if you want folks be able to run the test suite on no english OS. - Fred -----Message d'origine----- From: Justin Mclean Sent: Wednesday, December 19, 2012 8:05 AM To: flex-dev@incubator.apache.org Subject: Re: svn commit: r1423770 - /incubator/flex/sdk/branches/release4.9/mustella/MustellaResultsParser.java Is this required for the 4.9 release? I'm not 100% sure it is. > Author: fthomas > Date: Wed Dec 19 06:43:08 2012 > New Revision: 1423770 > > URL: http://svn.apache.org/viewvc?rev=1423770&view=rev > Log: > FLEX-33316 checkintests fails on no english OS > > Modified: > > incubator/flex/sdk/branches/release4.9/mustella/MustellaResultsParser.java > > Modified: > incubator/flex/sdk/branches/release4.9/mustella/MustellaResultsParser.java > URL: > http://svn.apache.org/viewvc/incubator/flex/sdk/branches/release4.9/mustella/MustellaResultsParser.java?rev=1423770&r1=1423769&r2=1423770&view=diff > ============================================================================== > --- > incubator/flex/sdk/branches/release4.9/mustella/MustellaResultsParser.java > (original) > +++ > incubator/flex/sdk/branches/release4.9/mustella/MustellaResultsParser.java > Wed Dec 19 06:43:08 2012 > @@ -151,6 +151,9 @@ public class MustellaResultsParser { > else if (s.startsWith("[IOErrorEvent type=\"ioError\"") && > s.contains("localhost:9999/ScriptComplete")) > { > } > + else if (s.startsWith("Avertissement")) > + { > + } > else if (s.trim().equals("")) > { > } > >