Migrate KeyboardGestureTest to FU 4
Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-tlf/commit/4991d3eb Tree: http://git-wip-us.apache.org/repos/asf/flex-tlf/tree/4991d3eb Diff: http://git-wip-us.apache.org/repos/asf/flex-tlf/diff/4991d3eb Branch: refs/heads/develop Commit: 4991d3eb326e367874765a0c29b44ab0b19f195c Parents: ea6ff6f Author: piotrz <[email protected]> Authored: Sun Mar 22 22:45:56 2015 +0100 Committer: piotrz <[email protected]> Committed: Sun Mar 22 22:45:56 2015 +0100 ---------------------------------------------------------------------- automation_tests/src/AllTestsSuite.as | 2 + .../src/UnitTest/Tests/KeyboardGestureTest.as | 7990 +++++++++--------- 2 files changed, 4103 insertions(+), 3889 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/4991d3eb/automation_tests/src/AllTestsSuite.as ---------------------------------------------------------------------- diff --git a/automation_tests/src/AllTestsSuite.as b/automation_tests/src/AllTestsSuite.as index d2caa00..f99071b 100644 --- a/automation_tests/src/AllTestsSuite.as +++ b/automation_tests/src/AllTestsSuite.as @@ -40,6 +40,7 @@ package import UnitTest.Tests.HorizontalScrollingTest; import UnitTest.Tests.ImpliedParagraphTest; import UnitTest.Tests.ImportAPITest; + import UnitTest.Tests.KeyboardGestureTest; import UnitTest.Tests.OperationTest; import UnitTest.Tests.ScrollingTest; import UnitTest.Tests.TabTest; @@ -78,6 +79,7 @@ package public var horizontalScrollingTest:HorizontalScrollingTest; public var impliedParagraphTest:ImpliedParagraphTest; public var importApiTest:ImportAPITest; + public var KeyboardGestureTest:KeyboardGestureTest; } }
