From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5453 invoked by alias); 6 Jun 2006 09:56:39 -0000 Received: (qmail 5403 invoked by uid 22791); 6 Jun 2006 09:56:39 -0000 X-Spam-Check-By: sourceware.org Received: from outmail128159.authsmtp.com (HELO outmail128159.authsmtp.com) (62.13.128.159) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 06 Jun 2006 09:56:36 +0000 Received: from [192.168.1.7] (host217-37-65-246.in-addr.btopenworld.com [217.37.65.246]) (authenticated bits=0) by squirrel.dmpriest.net.uk (8.13.6/8.13.6/Kp) with ESMTP id k569uUpn005458; Tue, 6 Jun 2006 10:56:31 +0100 (BST) Message-ID: <44855176.6080203@object-refinery.com> Date: Tue, 06 Jun 2006 09:56:00 -0000 From: David Gilbert User-Agent: Mozilla Thunderbird 1.0.8 (X11/20060502) MIME-Version: 1.0 To: Mark Wielaard CC: mauve-patches@sources.redhat.com Subject: Re: FYI: Some AccessibleJTable tests References: <4484FF1E.70209@object-refinery.com> <1149587082.4367.20.camel@localhost.localdomain> In-Reply-To: <1149587082.4367.20.camel@localhost.localdomain> Content-Type: multipart/mixed; boundary="------------000108000108050304080201" X-Server-Quench: baf9a21f-f542-11da-b770-001185d377ca X-Authentic-SMTP: 61633132333134.squirrel.dmpriest.net.uk:1.47/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-IsSubscribed: yes Mailing-List: contact mauve-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: mauve-patches-owner@sourceware.org X-SW-Source: 2006/txt/msg00372.txt.bz2 This is a multi-part message in MIME format. --------------000108000108050304080201 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 615 Mark Wielaard wrote: >Hi David, > >On Tue, 2006-06-06 at 05:05 +0100, David Gilbert wrote: > > >>+/* MyBooleanTableCellRenderer.java -- FIXME: describe >>+ Copyright (C) 2006 FIXME: your info here >> >> >>>[...] >>> >>> >>+// Tags: FIXME >> >> > >You left some FIXMEs in there. > >Cheers, > >Mark > > Sorry, thanks for noticing. Fixed by this patch: 2006-06-06 David Gilbert * gnu/testlet/javax/swing/JTable/AccessibleJTable/AccessibleJTableCell/MyBooleanTableCellRenderer.java: Filled in header details (replacing FIXMEs). Regards, Dave --------------000108000108050304080201 Content-Type: text/plain; name="diff.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diff.txt" Content-length: 1164 Index: gnu/testlet/javax/swing/JTable/AccessibleJTable/AccessibleJTableCell/MyBooleanTableCellRenderer.java =================================================================== RCS file: /cvs/mauve/mauve/gnu/testlet/javax/swing/JTable/AccessibleJTable/AccessibleJTableCell/MyBooleanTableCellRenderer.java,v retrieving revision 1.1 diff -u -r1.1 MyBooleanTableCellRenderer.java --- gnu/testlet/javax/swing/JTable/AccessibleJTable/AccessibleJTableCell/MyBooleanTableCellRenderer.java 6 Jun 2006 03:18:15 -0000 1.1 +++ gnu/testlet/javax/swing/JTable/AccessibleJTable/AccessibleJTableCell/MyBooleanTableCellRenderer.java 6 Jun 2006 09:53:23 -0000 @@ -1,5 +1,6 @@ -/* MyBooleanTableCellRenderer.java -- FIXME: describe - Copyright (C) 2006 FIXME: your info here +/* MyBooleanTableCellRenderer.java -- a custom renderer used for testing + purposes. + Copyright (C) 2006 David Gilbert This file is part of Mauve. Mauve is free software; you can redistribute it and/or modify @@ -19,7 +20,7 @@ */ -// Tags: FIXME +// Tags: not-a-test package gnu.testlet.javax.swing.JTable.AccessibleJTable.AccessibleJTableCell; --------------000108000108050304080201--