Repository: flex-tlf Updated Branches: refs/heads/develop bfff6b032 -> 5bfa0967d
try moving this test to the front Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-tlf/commit/5bfa0967 Tree: http://git-wip-us.apache.org/repos/asf/flex-tlf/tree/5bfa0967 Diff: http://git-wip-us.apache.org/repos/asf/flex-tlf/diff/5bfa0967 Branch: refs/heads/develop Commit: 5bfa0967d691d7bab6724a17c22b2c3fc70b2f5f Parents: bfff6b0 Author: Alex Harui <[email protected]> Authored: Sat Jan 31 21:38:14 2015 -0800 Committer: Alex Harui <[email protected]> Committed: Sat Jan 31 21:38:14 2015 -0800 ---------------------------------------------------------------------- automation_tests/src/AllTestsSuite.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/5bfa0967/automation_tests/src/AllTestsSuite.as ---------------------------------------------------------------------- diff --git a/automation_tests/src/AllTestsSuite.as b/automation_tests/src/AllTestsSuite.as index 74b3c55..5809a68 100644 --- a/automation_tests/src/AllTestsSuite.as +++ b/automation_tests/src/AllTestsSuite.as @@ -48,6 +48,7 @@ package [RunWith("org.flexunit.runners.Suite")] public dynamic class AllTestsSuite { + public var generalFunctionsTest:GeneralFunctionsTest; public var factoryImportTest:FactoryImportTest; public var accessibilityMethodsTest:AccessibilityMethodsTest; public var allChartAttributeTest:AllCharAttributeTest; @@ -67,7 +68,6 @@ package public var elementOperationTest:ElementOperationTest; public var eventOverrideTest:EventOverrideTest; public var flowModelTest:FlowModelTest; - public var generalFunctionsTest:GeneralFunctionsTest; public var writingModeTest:WritingModeTest; public var undoRedoTest:UndoRedoTest; public var textFlowEditTest:TextFlowEditTest;
