From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20443 invoked by alias); 3 Nov 2006 15:04:14 -0000 Received: (qmail 20434 invoked by uid 22791); 3 Nov 2006 15:04:13 -0000 X-Spam-Check-By: sourceware.org Received: from outmail136085.authsmtp.co.uk (HELO outmail136085.authsmtp.co.uk) (62.13.136.85) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 03 Nov 2006 15:04:03 +0000 Received: from outmail128182.authsmtp.co.uk (outmail128182.authsmtp.co.uk [62.13.128.182]) by punt2.authsmtp.com (8.13.8/8.13.8/Kp) with ESMTP id kA3F3nmR099336; Fri, 3 Nov 2006 15:03:50 GMT Received: from [192.168.1.29] (host217-37-65-246.in-addr.btopenworld.com [217.37.65.246]) (authenticated bits=0) by mail.authsmtp.com (8.13.6/8.13.6/Kp) with ESMTP id kA3F3mLT079781; Fri, 3 Nov 2006 15:03:49 GMT Message-ID: <454B5A55.2080206@object-refinery.com> Date: Fri, 03 Nov 2006 15:04:00 -0000 From: David Gilbert User-Agent: Thunderbird 1.5.0.7 (X11/20060922) MIME-Version: 1.0 To: Tania Bento CC: mauve-patches@sources.redhat.com Subject: Re: FYI: New ComponentEvent test References: <1162566055.17015.167.camel@toothpaste.toronto.redhat.com> In-Reply-To: <1162566055.17015.167.camel@toothpaste.toronto.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Server-Quench: 82e486b4-6b4c-11db-b4dc-001185d377ca X-AuthRoute: OCdyYgsUB1ZZRRob BmULDStKRB85DhpG AxIIMU5ALVQIUwlL IwBRKV9FNUAYWVBB XzMTWU0aUF5uJzwz dAhRbQNNY09EXwZg VEEHQFNVCgZvHxoE GBwaVAZwchpGNiUB ZjBhAww/XENzck58 DExXF25IbWU1bGgZ AkRFcVFQIx5Lf0sX dwJ7ACAQYWUGZ3Jl E1RsYDs4Kw9Semx7 cyBfZXQfXg4gGTsk QBYPGykCA0ADW20v Igc6QmMx X-Authentic-SMTP: 61633132333134.squirrel.dmpriest.net.uk:281/Kp 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/msg00720.txt.bz2 Tania Bento wrote: > Hey, > > This adds a new test for java.awt.event.ComponentEvent.paramString(). > > Cheers, > Tania > > 2006-11-03 Tania Bento > > * gnu/testlet/java/awt/event/ComponentEvent/paramString.java: > New test. > > > > > ------------------------------------------------------------------------ > > Index: gnu/testlet/java/awt/event/ComponentEvent/paramString.java > =================================================================== > RCS file: gnu/testlet/java/awt/event/ComponentEvent/paramString.java > diff -N gnu/testlet/java/awt/event/ComponentEvent/paramString.java > --- /dev/null 1 Jan 1970 00:00:00 -0000 > +++ gnu/testlet/java/awt/event/ComponentEvent/paramString.java 3 Nov 2006 14:58:55 -0000 > @@ -0,0 +1,55 @@ > +/* paramString.java > + Copyright (C) 2006 RedHat > + > +This file is part of Mauve. > + > +Mauve is free software; you can redistribute it and/or modify > +it under the terms of the GNU General Public License as published by > +the Free Software Foundation; either version 2, or (at your option) > +any later version. > + > +Mauve is distributed in the hope that it will be useful, but > +WITHOUT ANY WARRANTY; without even the implied warranty of > +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU > +General Public License for more details. > + > +You should have received a copy of the GNU General Public License > +along with Mauve; see the file COPYING. If not, write to the > +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA > +02110-1301 USA. > + > +*/ > + > +// Tags: 1.4 > My mind has gone blank on this but I thought I'd flag it anyway...does the tag need to be 'JDK1.4', or does '1.4' work as well? Regards, Dave