From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23003 invoked by alias); 22 Nov 2006 20:04:26 -0000 Received: (qmail 22993 invoked by uid 22791); 22 Nov 2006 20:04:25 -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, 22 Nov 2006 20:04:21 +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 kAMK4JgU007356 for ; Wed, 22 Nov 2006 15:04:19 -0500 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id kAMK4Jrs027762 for ; Wed, 22 Nov 2006 15:04:19 -0500 Received: from toothpaste.toronto.redhat.com (toothpaste.toronto.redhat.com [172.16.14.161]) by pobox.toronto.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id kAMK4I8s032342 for ; Wed, 22 Nov 2006 15:04:18 -0500 Subject: Re: JRootPane test From: Tania Bento To: mauve-patches@sources.redhat.com In-Reply-To: <1164225796.29838.121.camel@toothpaste.toronto.redhat.com> References: <1164225796.29838.121.camel@toothpaste.toronto.redhat.com> Content-Type: text/plain Date: Wed, 22 Nov 2006 20:04:00 -0000 Message-Id: <1164225858.29838.122.camel@toothpaste.toronto.redhat.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 (2.6.3-1.fc5.5) Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact mauve-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: mauve-patches-owner@sourceware.org X-SW-Source: 2006/txt/msg00741.txt.bz2 Sorry, forgot to add FYI to subject header. On Wed, 2006-11-22 at 15:03 -0500, Tania Bento wrote: > Hey, > > This patch adds a test to javax.swing.JRootPane.setLayeredPane(). > > Cheers, > Tania > > 2006-11-22 Tania Bento > > * gnu/testlet/javax/swing/JRootPane/setLayeredPane.java: New > test. > > >