Repository: flex-tlf Updated Branches: refs/heads/develop 5bfa0967d -> b5a5407fd
try using metdata to move to 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/b5a5407f Tree: http://git-wip-us.apache.org/repos/asf/flex-tlf/tree/b5a5407f Diff: http://git-wip-us.apache.org/repos/asf/flex-tlf/diff/b5a5407f Branch: refs/heads/develop Commit: b5a5407fd065ab82c9506a4380610bcc93efe36f Parents: 5bfa096 Author: Alex Harui <[email protected]> Authored: Sat Jan 31 23:34:35 2015 -0800 Committer: Alex Harui <[email protected]> Committed: Sat Jan 31 23:34:35 2015 -0800 ---------------------------------------------------------------------- automation_tests/src/AllTestsSuite.as | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/b5a5407f/automation_tests/src/AllTestsSuite.as ---------------------------------------------------------------------- diff --git a/automation_tests/src/AllTestsSuite.as b/automation_tests/src/AllTestsSuite.as index 5809a68..c8dc050 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 { + [TestCase(order=1)] public var generalFunctionsTest:GeneralFunctionsTest; public var factoryImportTest:FactoryImportTest; public var accessibilityMethodsTest:AccessibilityMethodsTest;
