Repository: flex-tlf Updated Branches: refs/heads/develop 658cf6036 -> 5349b7aac
Back to the original implementation Ignore arrowUp and arrowDown tests in GeneralFunctionsTest Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-tlf/commit/5349b7aa Tree: http://git-wip-us.apache.org/repos/asf/flex-tlf/tree/5349b7aa Diff: http://git-wip-us.apache.org/repos/asf/flex-tlf/diff/5349b7aa Branch: refs/heads/develop Commit: 5349b7aac430274804d7703bee773537a6eae9e9 Parents: 658cf60 Author: piotrz <[email protected]> Authored: Mon Oct 27 07:38:59 2014 +0100 Committer: piotrz <[email protected]> Committed: Mon Oct 27 07:38:59 2014 +0100 ---------------------------------------------------------------------- automation_tests/src/UnitTest/Tests/GeneralFunctionsTest.as | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/5349b7aa/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 fd022cb..c5da11a 100644 --- a/automation_tests/src/UnitTest/Tests/GeneralFunctionsTest.as +++ b/automation_tests/src/UnitTest/Tests/GeneralFunctionsTest.as @@ -486,6 +486,7 @@ 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. @@ -508,6 +509,7 @@ 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.
