Add GeneralFunctionsTest
Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-tlf/commit/d92c169e Tree: http://git-wip-us.apache.org/repos/asf/flex-tlf/tree/d92c169e Diff: http://git-wip-us.apache.org/repos/asf/flex-tlf/diff/d92c169e Branch: refs/heads/tables Commit: d92c169e5887ebda8a16daab6d678777ae2cbe58 Parents: 620baf2 Author: piotrz <[email protected]> Authored: Wed Oct 15 07:48:57 2014 +0200 Committer: piotrz <[email protected]> Committed: Wed Oct 15 07:48:57 2014 +0200 ---------------------------------------------------------------------- automation_tests/src/AllTestsSuite.as | 2 + .../src/UnitTest/Tests/GeneralFunctionsTest.as | 2673 +++++++++--------- 2 files changed, 1357 insertions(+), 1318 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/d92c169e/automation_tests/src/AllTestsSuite.as ---------------------------------------------------------------------- diff --git a/automation_tests/src/AllTestsSuite.as b/automation_tests/src/AllTestsSuite.as index f6f8045..e7f603d 100644 --- a/automation_tests/src/AllTestsSuite.as +++ b/automation_tests/src/AllTestsSuite.as @@ -36,6 +36,7 @@ package import UnitTest.Tests.FactoryImportTest; import UnitTest.Tests.FloatTest; import UnitTest.Tests.FlowModelTest; + import UnitTest.Tests.GeneralFunctionsTest; import UnitTest.Tests.OperationTest; import UnitTest.Tests.ScrollingTest; @@ -62,6 +63,7 @@ package public var elementOperationTest:ElementOperationTest; public var eventOverrideTest:EventOverrideTest; public var flowModelTest:FlowModelTest; + public var generalFunctionsTest:GeneralFunctionsTest; } }
