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 0D2B01769B for ; Tue, 21 Apr 2015 21:19:58 +0000 (UTC) Received: (qmail 77785 invoked by uid 500); 21 Apr 2015 21:19:58 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 77752 invoked by uid 500); 21 Apr 2015 21:19:57 -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 77743 invoked by uid 99); 21 Apr 2015 21:19:57 -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; Tue, 21 Apr 2015 21:19:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C5CF8E0990; Tue, 21 Apr 2015 21:19:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: piotrz@apache.org To: commits@flex.apache.org Date: Tue, 21 Apr 2015 21:19:58 -0000 Message-Id: <79d0948bb7b040df8362b19dd774eef4@git.apache.org> In-Reply-To: <7483b39c086c4c6b942d7f3dc2b0e9b8@git.apache.org> References: <7483b39c086c4c6b942d7f3dc2b0e9b8@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] git commit: [flex-tlf] [refs/heads/develop] - Migrate LinkTest to FU 4 with one ignored test "interactiveObjectCount" Migrate LinkTest to FU 4 with one ignored test "interactiveObjectCount" Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-tlf/commit/9a2916a0 Tree: http://git-wip-us.apache.org/repos/asf/flex-tlf/tree/9a2916a0 Diff: http://git-wip-us.apache.org/repos/asf/flex-tlf/diff/9a2916a0 Branch: refs/heads/develop Commit: 9a2916a09917c07f1aa99551c29aafd5b2ec7567 Parents: e5fa983 Author: piotrz Authored: Tue Apr 21 23:18:58 2015 +0200 Committer: piotrz Committed: Tue Apr 21 23:18:58 2015 +0200 ---------------------------------------------------------------------- automation_tests/src/AllTestsSuite.as | 2 + automation_tests/src/UnitTest/Tests/LinkTest.as | 2985 +++++++++--------- 2 files changed, 1544 insertions(+), 1443 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/9a2916a0/automation_tests/src/AllTestsSuite.as ---------------------------------------------------------------------- diff --git a/automation_tests/src/AllTestsSuite.as b/automation_tests/src/AllTestsSuite.as index 52316ef..4598f51 100644 --- a/automation_tests/src/AllTestsSuite.as +++ b/automation_tests/src/AllTestsSuite.as @@ -41,6 +41,7 @@ package import UnitTest.Tests.ImpliedParagraphTest; import UnitTest.Tests.ImportAPITest; import UnitTest.Tests.KeyboardGestureTest; + import UnitTest.Tests.LinkTest; import UnitTest.Tests.ListTest; import UnitTest.Tests.OperationTest; import UnitTest.Tests.ScrollingTest; @@ -86,6 +87,7 @@ package public var spacingTest:SpacingTest; public var verticalScrollingTest:VerticalScrollingTest; public var listTest:ListTest; + public var linkTest:LinkTest; } }