From commits-return-2519-archive-asf-public=cust-asf.ponee.io@royale.apache.org Fri Mar 2 21:17:02 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id A9513180671 for ; Fri, 2 Mar 2018 21:17:00 +0100 (CET) Received: (qmail 73018 invoked by uid 500); 2 Mar 2018 20:16:59 -0000 Mailing-List: contact commits-help@royale.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@royale.apache.org Delivered-To: mailing list commits@royale.apache.org Received: (qmail 72979 invoked by uid 99); 2 Mar 2018 20:16:59 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Mar 2018 20:16:59 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 0928882893; Fri, 2 Mar 2018 20:16:59 +0000 (UTC) Date: Fri, 02 Mar 2018 20:16:59 +0000 To: "commits@royale.apache.org" Subject: [royale-asjs] 01/01: Created mxroyale tests for Mustella. Limited tests to just a Button. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: pent@apache.org In-Reply-To: <152002181896.25809.1065187180268902283@gitbox.apache.org> References: <152002181896.25809.1065187180268902283@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: royale-asjs X-Git-Refname: refs/heads/feature/MXRoyale X-Git-Reftype: branch X-Git-Rev: 593e3b43392630b6fe283f8f49e2ffa945816d46 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20180302201659.0928882893@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. pent pushed a commit to branch feature/MXRoyale in repository https://gitbox.apache.org/repos/asf/royale-asjs.git commit 593e3b43392630b6fe283f8f49e2ffa945816d46 Author: Peter Ent AuthorDate: Fri Mar 2 15:16:37 2018 -0500 Created mxroyale tests for Mustella. Limited tests to just a Button. --- mustella/tests/basicTests/BasicTests.mxml | 24 +++++---- mustella/tests/basicTests/BasicTestsApp-config.xml | 5 +- .../mxroyale/scripts/ButtonTestScript.mxml | 61 ++++++++++++++++++++++ .../basicTests/mxroyale/views/ButtonTests.mxml | 33 ++++++++++++ 4 files changed, 111 insertions(+), 12 deletions(-) diff --git a/mustella/tests/basicTests/BasicTests.mxml b/mustella/tests/basicTests/BasicTests.mxml index b7b8013..2334569 100644 --- a/mustella/tests/basicTests/BasicTests.mxml +++ b/mustella/tests/basicTests/BasicTests.mxml @@ -25,6 +25,7 @@ xmlns:graphicsviews="graphics.views.*" xmlns:fxgviews="fxg.views.*" xmlns:dmvviews="dmv.views.*" + xmlns:mxroyale="mxroyale.views.*" height="800" width="1000" > @@ -33,30 +34,31 @@ - + + - + - + - + - + - + - + @@ -106,8 +108,10 @@ - - + + + + - halo.scripts.ButtonTestScript - halo.scripts.CheckBoxTestScript + mxroyale.scripts.ButtonTestScript + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mustella/tests/basicTests/mxroyale/views/ButtonTests.mxml b/mustella/tests/basicTests/mxroyale/views/ButtonTests.mxml new file mode 100644 index 0000000..a29dba1 --- /dev/null +++ b/mustella/tests/basicTests/mxroyale/views/ButtonTests.mxml @@ -0,0 +1,33 @@ + + + + + + + + + + + + -- To stop receiving notification emails like this one, please contact pent@apache.org.