Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 78498 invoked from network); 21 Feb 2007 16:30:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Feb 2007 16:30:29 -0000 Received: (qmail 24527 invoked by uid 500); 21 Feb 2007 16:30:37 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 24478 invoked by uid 500); 21 Feb 2007 16:30:37 -0000 Mailing-List: contact commits-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 commits@harmony.apache.org Received: (qmail 24444 invoked by uid 99); 21 Feb 2007 16:30:37 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Feb 2007 08:30:37 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Feb 2007 08:30:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3448C7141F9 for ; Wed, 21 Feb 2007 08:30:06 -0800 (PST) Message-ID: <906179.1172075406211.JavaMail.jira@brutus> Date: Wed, 21 Feb 2007 08:30:06 -0800 (PST) From: "Andrey Pavlenko (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-1717) [classlib][awt]Junit AWTRunner does not display progress bar MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrey Pavlenko updated HARMONY-1717: ------------------------------------- Attachment: HARMONY-1717-ComponentTest.patch HARMONY-1717-Component.patch This issue caused by the method Component.minimumSize() which returns new Dimension(1, 1) for all displayable components, i.e. the method does not calculate the minimum size for all displayable components. This patch fixes the issue. Note: To run AWTRunner you should apply the patch for HARMONY-3204. > [classlib][awt]Junit AWTRunner does not display progress bar > ------------------------------------------------------------ > > Key: HARMONY-1717 > URL: https://issues.apache.org/jira/browse/HARMONY-1717 > Project: Harmony > Issue Type: Bug > Components: Classlib > Reporter: Ilya Okomin > Priority: Minor > Attachments: HARMONY-1717-Component.patch, HARMONY-1717-ComponentTest.patch > > > AWTRunner does not display progress bar > Steps to Reproduce: > 1. java -cp junit.jar junit.awtui.TestRunner > 2. Run any test with errors. > 3. Observe AWTRunner screen > Actual result: Test execution progress bar is not displayed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.