Repository: flex-tlf Updated Branches: refs/heads/develop 624c4a109 -> e598a24f1
GeneralFunctionsTest seem to all pass Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-tlf/commit/e598a24f Tree: http://git-wip-us.apache.org/repos/asf/flex-tlf/tree/e598a24f Diff: http://git-wip-us.apache.org/repos/asf/flex-tlf/diff/e598a24f Branch: refs/heads/develop Commit: e598a24f197c6a15053cf4fe00a650945262989e Parents: 624c4a1 Author: Harbs <[email protected]> Authored: Wed Dec 31 23:01:48 2014 +0200 Committer: Harbs <[email protected]> Committed: Wed Dec 31 23:01:48 2014 +0200 ---------------------------------------------------------------------- automation_tests/src/UnitTest/Tests/GeneralFunctionsTest.as | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/e598a24f/automation_tests/src/UnitTest/Tests/GeneralFunctionsTest.as ---------------------------------------------------------------------- diff --git a/automation_tests/src/UnitTest/Tests/GeneralFunctionsTest.as b/automation_tests/src/UnitTest/Tests/GeneralFunctionsTest.as index c5da11a..eb95710 100644 --- a/automation_tests/src/UnitTest/Tests/GeneralFunctionsTest.as +++ b/automation_tests/src/UnitTest/Tests/GeneralFunctionsTest.as @@ -486,7 +486,6 @@ package UnitTest.Tests } [Test] - [Ignore] /** * Sets the insertion point at 0, then generates the "40" keyboard event * and verifies that the cursor is on the second line. @@ -509,7 +508,6 @@ package UnitTest.Tests } [Test] - [Ignore] /** * Sets the insertion point at the last char, then generates the "38" keyboard event * and verifies that the cursor is on the second to last line. @@ -1136,7 +1134,6 @@ package UnitTest.Tests } [Test] - [Ignore] /** * Generate errors and make sure we get the right string */
