Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 19729 invoked from network); 27 Nov 2006 00:17:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Nov 2006 00:17:35 -0000 Received: (qmail 23838 invoked by uid 500); 27 Nov 2006 00:17:39 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 23433 invoked by uid 500); 27 Nov 2006 00:17:39 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 23424 invoked by uid 99); 27 Nov 2006 00:17:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Nov 2006 16:17:38 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of nbeyer@gmail.com designates 66.249.82.235 as permitted sender) Received: from [66.249.82.235] (HELO wx-out-0506.google.com) (66.249.82.235) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Nov 2006 16:17:26 -0800 Received: by wx-out-0506.google.com with SMTP id i26so1409550wxd for ; Sun, 26 Nov 2006 16:17:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=O6JBOiezSXtiMMTEaa8xZCJgS6F3QuSMa0485Ptyf7cISmBOR3yUmQCk8DQQL5CWGt/hSYfpghrO7eK2KMYNyA286b89xMOxRxGb2DZveDwPf8ZZStghMXTCCsrWKksztISkexIyLE/ecA+0ak92N0zaTRgMO6BPjK4DcHhi1xg= Received: by 10.90.52.18 with SMTP id z18mr9347648agz.1164586626165; Sun, 26 Nov 2006 16:17:06 -0800 (PST) Received: by 10.90.66.18 with HTTP; Sun, 26 Nov 2006 16:17:06 -0800 (PST) Message-ID: <3b3f27c60611261617y4aae535aw92a816db98021e8f@mail.gmail.com> Date: Sun, 26 Nov 2006 18:17:06 -0600 From: "Nathan Beyer" To: dev@harmony.apache.org Subject: [classlib][swing] test code changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org I made some changes to the swing module's test bits at revision 479469 and wanted to pass it by the mailing list. I copied the "javax.swing.SwingTestCase" and "javax.swing.BaseSwingTestCase" classes from 'support' to the 'swing' module. I recall a previous discussion about this, but let me know if this isn't good. I'll delete the classes from 'support' later. To get this to work, I also updated the build.xml in 'swing'. Instead of running all tests that match "**/*Test*.java", I changed it to match "**/*Test.java" so that these two classes wouldn't be picked up. -Nathan