From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 652 invoked by alias); 6 Mar 2003 04:36:57 -0000 Mailing-List: contact mauve-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: mauve-discuss-owner@sources.redhat.com Received: (qmail 644 invoked from network); 6 Mar 2003 04:36:57 -0000 Received: from unknown (HELO ms-smtp-02.southeast.rr.com) (24.93.67.83) by 172.16.49.205 with SMTP; 6 Mar 2003 04:36:57 -0000 Received: from mail4.nc.rr.com (fe4 [24.93.67.51]) by ms-smtp-02.southeast.rr.com (8.12.5/8.12.2) with ESMTP id h264ZPbB021753; Wed, 5 Mar 2003 23:35:25 -0500 (EST) Received: from lyta.haphazard.org ([66.57.9.48]) by mail4.nc.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Wed, 5 Mar 2003 23:38:22 -0500 Received: by lyta.haphazard.org (Postfix, from userid 500) id 2A90EBE69E; Wed, 5 Mar 2003 23:36:38 -0500 (EST) To: "Patrick Ellis" Cc: Subject: Re: Question about getEncoding method on different platforms References: From: Brian Jones Date: Thu, 06 Mar 2003 04:36:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-q1/txt/msg00035.txt.bz2 "Patrick Ellis" writes: > I have testcases that are failing across several platforms because > the encoding value that is returned from the different platforms > does not match the 8859_1 value that is being expected by the > testcase. Example the value of ASCII is returned for Sun and Linux. > > Question: Should the mauve code be changed to reflect the correct > values expected for each platform ? Again check to see if you've updated your Mauve since Mark checked this in... Btw, you seem to be using Mauve a lot. Have you considered whether you need the ability to commit new tests or changes to CVS more directly? Getting write access to CVS is pretty easy with Mauve. 2003-02-13 Mark Wielaard * gnu/testlet/java/io/InputStreamReader/jdk11.java (test): Just check that encoding is non-null when opened and null when closed. Checking the actual encoding name is as good as impossible pre 1.4. * gnu/testlet/java/io/OutputStreamWriter/jdk11.java (test):Likewise. Brian -- Brian Jones