Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id BC844200B87 for ; Mon, 19 Sep 2016 13:36:39 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BB104160AE0; Mon, 19 Sep 2016 11:36:39 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 14B48160ADC for ; Mon, 19 Sep 2016 13:36:38 +0200 (CEST) Received: (qmail 87080 invoked by uid 500); 19 Sep 2016 11:36:38 -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 86966 invoked by uid 99); 19 Sep 2016 11:36:38 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Sep 2016 11:36:38 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0D937E04D9; Mon, 19 Sep 2016 11:36:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mihaic@apache.org To: commits@flex.apache.org Date: Mon, 19 Sep 2016 11:36:39 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/4] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34088 Using addChild instead of addElement for FlexUnit to get the test to run. archived-at: Mon, 19 Sep 2016 11:36:39 -0000 FLEX-34088 Using addChild instead of addElement for FlexUnit to get the test to run. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/631b09c6 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/631b09c6 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/631b09c6 Branch: refs/heads/develop Commit: 631b09c60a49af3dd96990f85ced677f51188d72 Parents: 3d71f1b Author: Mihai Chira Authored: Mon Sep 19 13:32:06 2016 +0200 Committer: Mihai Chira Committed: Mon Sep 19 13:32:06 2016 +0200 ---------------------------------------------------------------------- .../components/supportClasses/CalloutButton_FLEX_34088_Tests.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/631b09c6/frameworks/projects/spark/tests/spark/components/supportClasses/CalloutButton_FLEX_34088_Tests.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/spark/tests/spark/components/supportClasses/CalloutButton_FLEX_34088_Tests.as b/frameworks/projects/spark/tests/spark/components/supportClasses/CalloutButton_FLEX_34088_Tests.as index e084124..d1c68b3 100644 --- a/frameworks/projects/spark/tests/spark/components/supportClasses/CalloutButton_FLEX_34088_Tests.as +++ b/frameworks/projects/spark/tests/spark/components/supportClasses/CalloutButton_FLEX_34088_Tests.as @@ -62,7 +62,7 @@ package spark.components.supportClasses { public function test_dropdown_doesnt_close_when_item_selected_from_DropDownList():void { //given - UIImpersonator.addElement(_sut); + UIImpersonator.addChild(_sut); //when _sut.dispatchEvent(new MouseEvent(MouseEvent.ROLL_OVER));