From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21607 invoked by alias); 24 Nov 2004 18:22:43 -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 20954 invoked from network); 24 Nov 2004 18:22:28 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 24 Nov 2004 18:22:28 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id iAOIMSPZ017205 for ; Wed, 24 Nov 2004 13:22:28 -0500 Received: from opsy.redhat.com (vpn50-115.rdu.redhat.com [172.16.50.115]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id iAOIMRr05747; Wed, 24 Nov 2004 13:22:27 -0500 Received: by opsy.redhat.com (Postfix, from userid 500) id E26392DD2B9; Wed, 24 Nov 2004 11:20:15 -0700 (MST) To: "Jeroen Frijters" Cc: "Mauve Discuss" Subject: Re: gnu/testlet/java/util/zip/GZIPInputStream/reference.data References: From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom Date: Wed, 24 Nov 2004 18:22:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-q4/txt/msg00051.txt.bz2 >>>>> "Jeroen" == Jeroen Frijters writes: Jeroen> I removed gnu/testlet/java/util/zip/GZIPInputStream/reference.data from Jeroen> cvs and added it again as a binary file, previously it was a text file Jeroen> and that caused the Windows cvs client to convert the LF to CR/LF and Jeroen> that caused the test to fail. You should be able to "cvs admin -kb" in cases like this. It might require folks to check out from scratch, I forget. Thanks for doing this. Tom