From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27393 invoked by alias); 10 Sep 2005 06:47:19 -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 27359 invoked by uid 22791); 10 Sep 2005 06:47:13 -0000 Received: from outmail128185.authsmtp.co.uk (HELO squirrel.dmpriest.net.uk) (62.13.128.185) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Sat, 10 Sep 2005 06:47:13 +0000 Received: from [82.5.12.149] (cpc2-hem14-6-0-cust149.lutn.cable.ntl.com [82.5.12.149]) (authenticated bits=0) by squirrel.dmpriest.net.uk (8.13.3/8.13.3/Kp) with ESMTP id j8A6kwIq080399; Sat, 10 Sep 2005 07:46:58 +0100 (BST) (envelope-from david.gilbert@object-refinery.com) Message-ID: <43228F70.8070409@object-refinery.com> Date: Sat, 10 Sep 2005 06:47:00 -0000 From: David Gilbert User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050728) MIME-Version: 1.0 To: Martin Olsson CC: mauve-discuss@sources.redhat.com Subject: Re: Mauve coding on Windows References: <432259B7.70208@minimum.se> In-Reply-To: <432259B7.70208@minimum.se> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Server-Quench: af75997e-21c6-11da-a87f-001185d377ca X-Authentic-SMTP: 61633132333134.squirrel.dmpriest.net.uk:1.38/Kp X-Powered-By: AuthSMTP - http://www.authsmtp.com - Authenticated SMTP Mail Relay X-Report-SPAM: If SPAM / abuse - report it at: http://www.authsmtp.com/abuse X-Virus-Status: No virus detected - but ensure you scan with your own anti-virus system! X-SW-Source: 2005-q3/txt/msg00023.txt.bz2 Martin Olsson wrote: > Hi, > > I would like to write some test cases for the GNU classpath project. I > fetched Mauve from CVS (using eclipse "create project from cvs") but I > ran into a whole bunch of errors: > > http://mnemo.minimum.se/error.txt > > I think these errors are related to me running Windows 2000 and > windows does not allow a file called "Color" and a dir called "color". I ran into the same problem a while back when I was stuck with a Windows machine for a week. Perhaps we could resolve it by renaming the Color directory (containing tests for the Color class) to 'ColorClass' or 'Color_'? And the same for any other name clashes (e.g. Font and font). > Someone on IRC said that there is atleast one other guy that uses > Windows for Mauve development (Jeroen?). If anyone can provide > information how I can setup a proper Mauve-compatible dev environment > on Windows please drop me a line. > > --- > > I also have another question, how do I know what test cases are > missing and needs to be implemented? For the majority of the tests, the test class name matches the name of the method it is testing. So scanning the source tree is one way to see which methods have (at least some) tests. There is also a utility in CVS for generating some HTML pages for the results of a Mauve run: gnu.testlet.runner.Mauve These pages are organised by package/class, so that is another way to see the existing coverage. Regards, Dave Gilbert > > rgrds > martin > >