Migrate ImportAPITest 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/22cd0f84 Tree: http://git-wip-us.apache.org/repos/asf/flex-tlf/tree/22cd0f84 Diff: http://git-wip-us.apache.org/repos/asf/flex-tlf/diff/22cd0f84 Branch: refs/heads/develop Commit: 22cd0f84c968b0541753f803ba23220966269a5a Parents: 2f36aee Author: piotrz <[email protected]> Authored: Sun Mar 22 20:06:15 2015 +0100 Committer: piotrz <[email protected]> Committed: Sun Mar 22 20:06:15 2015 +0100 ---------------------------------------------------------------------- automation_tests/src/AllTestsSuite.as | 2 + .../src/UnitTest/Tests/ImportAPITest.as | 2191 +++++++++--------- 2 files changed, 1103 insertions(+), 1090 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/22cd0f84/automation_tests/src/AllTestsSuite.as ---------------------------------------------------------------------- diff --git a/automation_tests/src/AllTestsSuite.as b/automation_tests/src/AllTestsSuite.as index 9690325..d2caa00 100644 --- a/automation_tests/src/AllTestsSuite.as +++ b/automation_tests/src/AllTestsSuite.as @@ -39,6 +39,7 @@ package import UnitTest.Tests.GeneralFunctionsTest; import UnitTest.Tests.HorizontalScrollingTest; import UnitTest.Tests.ImpliedParagraphTest; + import UnitTest.Tests.ImportAPITest; import UnitTest.Tests.OperationTest; import UnitTest.Tests.ScrollingTest; import UnitTest.Tests.TabTest; @@ -76,6 +77,7 @@ package public var tabTest:TabTest; public var horizontalScrollingTest:HorizontalScrollingTest; public var impliedParagraphTest:ImpliedParagraphTest; + public var importApiTest:ImportAPITest; } }
