Rename test in AllTestsSuite to fix build
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 @@
         public var horizontalScrollingTest:HorizontalScrollingTest;
         public var impliedParagraphTest:ImpliedParagraphTest;
         public var importApiTest:ImportAPITest;
-        public var KeyboardGestureTest:KeyboardGestureTest;
+        public var keyboardGestureTest:KeyboardGestureTest;
     }
 
 }
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 @@
         [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");