Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F309DE46E for ; Tue, 22 Jan 2013 07:46:26 +0000 (UTC) Received: (qmail 84768 invoked by uid 500); 22 Jan 2013 07:46:26 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 84519 invoked by uid 500); 22 Jan 2013 07:46:17 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 84491 invoked by uid 99); 22 Jan 2013 07:46:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jan 2013 07:46:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jan 2013 07:46:13 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3E46723888D2; Tue, 22 Jan 2013 07:45:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1436781 - in /flex/sdk/branches/develop/mustella/tests/mobile/SoftKeyboard: integration/SoftKeyboard_Integration.mxml swfs/SKStageText.mxml swfs/SoftKeyboard-app.xml swfs/SoftKeyboard.mxml swfs/SoftKeyboard.xml Date: Tue, 22 Jan 2013 07:45:54 -0000 To: commits@flex.apache.org From: aharui@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130122074554.3E46723888D2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: aharui Date: Tue Jan 22 07:45:53 2013 New Revision: 1436781 URL: http://svn.apache.org/viewvc?rev=1436781&view=rev Log: Fix softkeyboard tests by adding fake softkeyboard Added: flex/sdk/branches/develop/mustella/tests/mobile/SoftKeyboard/swfs/SoftKeyboard.xml - copied unchanged from r1435787, flex/sdk/branches/develop/mustella/tests/mobile/SoftKeyboard/swfs/SoftKeyboard-app.xml Removed: flex/sdk/branches/develop/mustella/tests/mobile/SoftKeyboard/swfs/SoftKeyboard-app.xml Modified: flex/sdk/branches/develop/mustella/tests/mobile/SoftKeyboard/integration/SoftKeyboard_Integration.mxml flex/sdk/branches/develop/mustella/tests/mobile/SoftKeyboard/swfs/SKStageText.mxml flex/sdk/branches/develop/mustella/tests/mobile/SoftKeyboard/swfs/SoftKeyboard.mxml Modified: flex/sdk/branches/develop/mustella/tests/mobile/SoftKeyboard/integration/SoftKeyboard_Integration.mxml URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/SoftKeyboard/integration/SoftKeyboard_Integration.mxml?rev=1436781&r1=1436780&r2=1436781&view=diff ============================================================================== --- flex/sdk/branches/develop/mustella/tests/mobile/SoftKeyboard/integration/SoftKeyboard_Integration.mxml (original) +++ flex/sdk/branches/develop/mustella/tests/mobile/SoftKeyboard/integration/SoftKeyboard_Integration.mxml Tue Jan 22 07:45:53 2013 @@ -166,9 +166,9 @@ - + - + @@ -184,9 +184,9 @@ - + - + Modified: flex/sdk/branches/develop/mustella/tests/mobile/SoftKeyboard/swfs/SKStageText.mxml URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/SoftKeyboard/swfs/SKStageText.mxml?rev=1436781&r1=1436780&r2=1436781&view=diff ============================================================================== --- flex/sdk/branches/develop/mustella/tests/mobile/SoftKeyboard/swfs/SKStageText.mxml (original) +++ flex/sdk/branches/develop/mustella/tests/mobile/SoftKeyboard/swfs/SKStageText.mxml Tue Jan 22 07:45:53 2013 @@ -28,6 +28,9 @@ import flash.events.*; use namespace mx_internal; + // force inclusion of softkeyboard event faking + public var fakeSoftKeyboard:FakeSoftKeyboard; + public var tmpValue:int; public function doResetFocus():void{ Modified: flex/sdk/branches/develop/mustella/tests/mobile/SoftKeyboard/swfs/SoftKeyboard.mxml URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/SoftKeyboard/swfs/SoftKeyboard.mxml?rev=1436781&r1=1436780&r2=1436781&view=diff ============================================================================== --- flex/sdk/branches/develop/mustella/tests/mobile/SoftKeyboard/swfs/SoftKeyboard.mxml (original) +++ flex/sdk/branches/develop/mustella/tests/mobile/SoftKeyboard/swfs/SoftKeyboard.mxml Tue Jan 22 07:45:53 2013 @@ -39,6 +39,9 @@ import flash.events.*; use namespace mx_internal; + // force inclusion of softkeyboard event faking + public var fakeSoftKeyboard:FakeSoftKeyboard; + public var tmpValue:int; public function doResetFocus():void{