Repository: flex-tlf Updated Branches: refs/heads/develop 9f606268b -> 4a01f5708
Disabled PasteWithMutliParagraph_FLEX_34876_Test because that bug is not yet fixed. Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-tlf/commit/4a01f570 Tree: http://git-wip-us.apache.org/repos/asf/flex-tlf/tree/4a01f570 Diff: http://git-wip-us.apache.org/repos/asf/flex-tlf/diff/4a01f570 Branch: refs/heads/develop Commit: 4a01f5708df341e5f80e15ce421e09b8ad69037b Parents: 9f60626 Author: Harbs <[email protected]> Authored: Sat Oct 3 21:24:15 2015 +0300 Committer: Harbs <[email protected]> Committed: Sat Oct 3 21:24:15 2015 +0300 ---------------------------------------------------------------------- automation_tests/src/AllTestsSuite.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/4a01f570/automation_tests/src/AllTestsSuite.as ---------------------------------------------------------------------- diff --git a/automation_tests/src/AllTestsSuite.as b/automation_tests/src/AllTestsSuite.as index 8843dc1..0cd93e9 100644 --- a/automation_tests/src/AllTestsSuite.as +++ b/automation_tests/src/AllTestsSuite.as @@ -111,7 +111,7 @@ package public var measurementTest:MeasurementTest; public var leadingTest:LeadingTest; public var scrollToRangeTest:ScrollToRangeTest; - public var pasteWithMultiParagraph:PasteWithMutliParagraph_FLEX_34876_Test; + //public var pasteWithMultiParagraph:PasteWithMutliParagraph_FLEX_34876_Test; } }
