Repository: flex-tlf Updated Branches: refs/heads/develop 2852b10c9 -> 4a5d0338f
Fix function name provided for test configuration loader Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-tlf/commit/4a5d0338 Tree: http://git-wip-us.apache.org/repos/asf/flex-tlf/tree/4a5d0338 Diff: http://git-wip-us.apache.org/repos/asf/flex-tlf/diff/4a5d0338 Branch: refs/heads/develop Commit: 4a5d0338ffd6974c47868a57e1b99e7b4955508e Parents: 2852b10 Author: piotrz <[email protected]> Authored: Sat Mar 14 20:45:04 2015 +0100 Committer: piotrz <[email protected]> Committed: Sat Mar 14 20:45:04 2015 +0100 ---------------------------------------------------------------------- automation_tests/src/UnitTest/Tests/AllEventTest.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/4a5d0338/automation_tests/src/UnitTest/Tests/AllEventTest.as ---------------------------------------------------------------------- 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 @@ package UnitTest.Tests [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")]
