From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3248 invoked by alias); 7 Jun 2006 19:06:17 -0000 Received: (qmail 3236 invoked by uid 22791); 7 Jun 2006 19:06:16 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 07 Jun 2006 19:06:14 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k57J6CbM008483 for ; Wed, 7 Jun 2006 15:06:12 -0400 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k57J6BFM006590 for ; Wed, 7 Jun 2006 15:06:11 -0400 Received: from tow.toronto.redhat.com (tow.toronto.redhat.com [172.16.14.160]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id k57J6B5C004283; Wed, 7 Jun 2006 15:06:11 -0400 Subject: Re: RFC: JMenuBar tests From: Lillian Angel To: Francis Kung Cc: mauve-patches In-Reply-To: <1149706530.3664.37.camel@to-fcjpp2.toronto.redhat.com> References: <1149706530.3664.37.camel@to-fcjpp2.toronto.redhat.com> Content-Type: text/plain Date: Wed, 07 Jun 2006 19:06:00 -0000 Message-Id: <1149707171.2468.200.camel@tow.toronto.redhat.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.0 (2.6.0-1) Content-Transfer-Encoding: 7bit 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/msg00379.txt.bz2 Great tests! I will commit these for you. You need to get yourself commit access :) On Wed, 2006-06-07 at 14:55 -0400, Francis Kung wrote: > Hello, > > Please find attached a number of new tests for the JMenuBar class. > > Francis > > > 2006-06-07 Francis Kung > > * gnu/testlet/javax/swing/JMenuBar/basic.java: New tests. > * gnu/testlet/javax/swing/JMenuBar/constructors.java: New tests. > * gnu/testlet/javax/swing/JMenuBar/getComponentIndex.java: New tests. > * gnu/testlet/javax/swing/JMenuBar/getMenu.java: New tests. > * gnu/testlet/javax/swing/JMenuBar/getSubElements.java: New tests. >