You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pi...@apache.org on 2015/04/21 23:19:58 UTC

[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 <pi...@gmail.com>
Authored: Tue Apr 21 23:18:58 2015 +0200
Committer: piotrz <pi...@gmail.com>
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;
     }
 
 }