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 2015/01/28 08:22:15 UTC

git commit: [flex-tlf] [refs/heads/develop] - Ignore paddingBottomTest which is causing problems on the server

Repository: flex-tlf
Updated Branches:
  refs/heads/develop 7bb589367 -> bfff6b032


Ignore paddingBottomTest which is causing problems on the server


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

Branch: refs/heads/develop
Commit: bfff6b032cfcb66877e7ff847b95f6c389930951
Parents: 7bb5893
Author: Harbs <ha...@in-tools.com>
Authored: Wed Jan 28 09:22:07 2015 +0200
Committer: Harbs <ha...@in-tools.com>
Committed: Wed Jan 28 09:22:07 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/bfff6b03/automation_tests/src/UnitTest/Tests/ContainerAttributeTest.as
----------------------------------------------------------------------
diff --git a/automation_tests/src/UnitTest/Tests/ContainerAttributeTest.as b/automation_tests/src/UnitTest/Tests/ContainerAttributeTest.as
index 74c7c30..bcc9073 100644
--- a/automation_tests/src/UnitTest/Tests/ContainerAttributeTest.as
+++ b/automation_tests/src/UnitTest/Tests/ContainerAttributeTest.as
@@ -1782,7 +1782,7 @@ package UnitTest.Tests
         }
 
         // mjzhang : Bug#2907691 When composition starts in middle of the container, paddingBottom for the previous paragraph is ignored
-        [Test(dataProvider=dataProvider7)]
+        [Ignore][Test(dataProvider=dataProvider7)]
         public function paddingBottomTest(dpData:Object):void
         {
             currentDpData = dpData;