Fix function name provided for test configuration loader
diff --git a/automation_tests/src/UnitTest/Tests/AllEventTest.as b/automation_tests/src/UnitTest/Tests/AllEventTest.as
index db4a253..a5f7418 100644
--- a/automation_tests/src/UnitTest/Tests/AllEventTest.as
+++ b/automation_tests/src/UnitTest/Tests/AllEventTest.as
@@ -88,7 +88,7 @@
         [ArrayElementType("UnitTest.Fixtures.TestCaseVo")]
         public static var shortTextMouseEventRLLTRTestDp:Array;
 
-        public static var shortTextMouseEventRLLTRTestLoader:TestConfigurationLoader = new TestConfigurationLoader("../../test/testCases/AllEventTest.xml", "ShortTextMouseEventRLLTRTestDp");
+        public static var shortTextMouseEventRLLTRTestLoader:TestConfigurationLoader = new TestConfigurationLoader("../../test/testCases/AllEventTest.xml", "ShortTextMouseEventRLLTRTest");
 
         [DataPoints(loader="shortTextMouseEventRLRTLTestLoader")]
         [ArrayElementType("UnitTest.Fixtures.TestCaseVo")]