Repository: flex-tlf Updated Branches: refs/heads/develop 4991d3eb3 -> aeab1811f
Rename test in AllTestsSuite to fix build Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-tlf/commit/aeab1811 Tree: http://git-wip-us.apache.org/repos/asf/flex-tlf/tree/aeab1811 Diff: http://git-wip-us.apache.org/repos/asf/flex-tlf/diff/aeab1811 Branch: refs/heads/develop Commit: aeab1811fa52260616c05f4500078a916f548b78 Parents: 4991d3e Author: piotrz <[email protected]> Authored: Sun Mar 22 22:57:41 2015 +0100 Committer: piotrz <[email protected]> Committed: Sun Mar 22 22:57:41 2015 +0100 ---------------------------------------------------------------------- automation_tests/src/AllTestsSuite.as | 2 +- automation_tests/src/UnitTest/Tests/KeyboardGestureTest.as | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/aeab1811/automation_tests/src/AllTestsSuite.as ---------------------------------------------------------------------- diff --git a/automation_tests/src/AllTestsSuite.as b/automation_tests/src/AllTestsSuite.as index f99071b..cf1c29e 100644 --- a/automation_tests/src/AllTestsSuite.as +++ b/automation_tests/src/AllTestsSuite.as @@ -79,7 +79,7 @@ package public var horizontalScrollingTest:HorizontalScrollingTest; public var impliedParagraphTest:ImpliedParagraphTest; public var importApiTest:ImportAPITest; - public var KeyboardGestureTest:KeyboardGestureTest; + public var keyboardGestureTest:KeyboardGestureTest; } } http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/aeab1811/automation_tests/src/UnitTest/Tests/KeyboardGestureTest.as ---------------------------------------------------------------------- diff --git a/automation_tests/src/UnitTest/Tests/KeyboardGestureTest.as b/automation_tests/src/UnitTest/Tests/KeyboardGestureTest.as index 58fe46c..4ca0570 100644 --- a/automation_tests/src/UnitTest/Tests/KeyboardGestureTest.as +++ b/automation_tests/src/UnitTest/Tests/KeyboardGestureTest.as @@ -108,7 +108,7 @@ package UnitTest.Tests [BeforeClass] public static function setUpClass():void { - var testConfig = TestConfig.getInstance(); + var testConfig:TestConfig = TestConfig.getInstance(); FileRepository.readFile(testConfig.baseURL, "../../test/testFiles/markup/tlf/empty.xml"); FileRepository.readFile(testConfig.baseURL, "../../test/testFiles/markup/tlf/school.xml"); FileRepository.readFile(testConfig.baseURL, "../../test/testFiles/markup/tlf/tcyTestBase.xml");
