You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ha...@apache.org on 2014/12/31 21:12:10 UTC

git commit: [flex-tlf] [refs/heads/develop] - Test was failing sporadically. Added ignore.

Repository: flex-tlf
Updated Branches:
  refs/heads/develop 3b3f3d9ae -> 624c4a109


Test was failing sporadically. Added ignore.


Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-tlf/commit/624c4a10
Tree: http://git-wip-us.apache.org/repos/asf/flex-tlf/tree/624c4a10
Diff: http://git-wip-us.apache.org/repos/asf/flex-tlf/diff/624c4a10

Branch: refs/heads/develop
Commit: 624c4a109f8f9ecccf1ad10a8d4e29599667282b
Parents: 3b3f3d9
Author: Harbs <ha...@in-tools.com>
Authored: Wed Dec 31 22:12:04 2014 +0200
Committer: Harbs <ha...@in-tools.com>
Committed: Wed Dec 31 22:12:04 2014 +0200

----------------------------------------------------------------------
 automation_tests/src/UnitTest/Tests/WritingModeTest.as | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/624c4a10/automation_tests/src/UnitTest/Tests/WritingModeTest.as
----------------------------------------------------------------------
diff --git a/automation_tests/src/UnitTest/Tests/WritingModeTest.as b/automation_tests/src/UnitTest/Tests/WritingModeTest.as
index 43891c5..bf33a15 100644
--- a/automation_tests/src/UnitTest/Tests/WritingModeTest.as
+++ b/automation_tests/src/UnitTest/Tests/WritingModeTest.as
@@ -420,7 +420,7 @@ package UnitTest.Tests
                     xPos[0] > xPos[1] && xPos[1] > xPos[2]);
         }
 
-        [Test]
+        [Ignore][Test]
         /**
          * Make sure the right to left fonts are displayed right to left
          */