Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 12376 invoked from network); 24 Dec 2007 09:09:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Dec 2007 09:09:10 -0000 Received: (qmail 57546 invoked by uid 500); 24 Dec 2007 09:08:59 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 57527 invoked by uid 500); 24 Dec 2007 09:08:59 -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 57518 invoked by uid 99); 24 Dec 2007 09:08:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Dec 2007 01:08:59 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Dec 2007 09:08:34 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 090681A9832; Mon, 24 Dec 2007 01:08:38 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r606680 - /harmony/enhanced/buildtest/branches/2.0/tests/ega/ega_eclipse_3.2.1.pl Date: Mon, 24 Dec 2007 09:08:37 -0000 To: commits@harmony.apache.org From: smishura@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071224090838.090681A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: smishura Date: Mon Dec 24 01:08:35 2007 New Revision: 606680 URL: http://svn.apache.org/viewvc?rev=606680&view=rev Log: Apply patch from HARMONY-5316: [bti][ega] linux scenario fails somehow right after the help step Verified on Linux ia32. Modified: harmony/enhanced/buildtest/branches/2.0/tests/ega/ega_eclipse_3.2.1.pl Modified: harmony/enhanced/buildtest/branches/2.0/tests/ega/ega_eclipse_3.2.1.pl URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/ega/ega_eclipse_3.2.1.pl?rev=606680&r1=606679&r2=606680&view=diff ============================================================================== --- harmony/enhanced/buildtest/branches/2.0/tests/ega/ega_eclipse_3.2.1.pl (original) +++ harmony/enhanced/buildtest/branches/2.0/tests/ega/ega_eclipse_3.2.1.pl Mon Dec 24 01:08:35 2007 @@ -663,7 +663,7 @@ $winID = WinWaitImpl("Help - Eclipse SDK"); Sleep(3000); LogWrite("\tClose Help \n"); - WinSendKeys('^(q)', "Help - Eclipse SDK"); + WinSendKeys('%(f)q', "Help - Eclipse SDK"); WinWaitCloseImpl($winID); LogWrite("\tEnd Help \n"); Sleep(6000);