Repository: flex-tlf Updated Branches: refs/heads/develop 492fcd189 -> 46b80e010
FLEX-34729 - Remove FIXME Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-tlf/commit/46b80e01 Tree: http://git-wip-us.apache.org/repos/asf/flex-tlf/tree/46b80e01 Diff: http://git-wip-us.apache.org/repos/asf/flex-tlf/diff/46b80e01 Branch: refs/heads/develop Commit: 46b80e010d5b5bfae999fd32bf0cd627ea504908 Parents: 492fcd1 Author: piotrz <[email protected]> Authored: Mon Feb 16 22:16:49 2015 +0100 Committer: piotrz <[email protected]> Committed: Mon Feb 16 22:16:49 2015 +0100 ---------------------------------------------------------------------- automation_tests/src/UnitTest/Tests/FloatTest.as | 1 - automation_tests/src/UnitTest/Tests/ScrollingTest.as | 1 - 2 files changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/46b80e01/automation_tests/src/UnitTest/Tests/FloatTest.as ---------------------------------------------------------------------- diff --git a/automation_tests/src/UnitTest/Tests/FloatTest.as b/automation_tests/src/UnitTest/Tests/FloatTest.as index 99633c5..be3832d 100644 --- a/automation_tests/src/UnitTest/Tests/FloatTest.as +++ b/automation_tests/src/UnitTest/Tests/FloatTest.as @@ -2219,7 +2219,6 @@ package UnitTest.Tests [Test] public function caretOnEmptyInlineGraphic():void // Bug 2719488 { - // FIXME content needs to be replaced var markup:String = '<TextFlow whiteSpaceCollapse="preserve" xmlns="http://ns.adobe.com/textLayout/2008"><p textAlign="center" textIndent="0"><span fontSize="24">The Apache Flex SDK is the evolution of the popular Adobe Flex SDK.</span></p><p textAlign="center" textIndent="0"><span></span></p><p textIndent="0"><img height="auto" width="auto" source="http://flex.apache.org/images/logo_01_fullcolor-sm.png" float="start"/><span>The Apache Flex SDK is the evolution of the popular Adobe Flex SDK. </span><a href="http://flex.apache.org/"><span>Linux support is currently experimental and you may run into issues.</span></a><span> The Apache Flex SDK 4.14.0 is a follow up release to version 4.13.0. </span></p></TextFlow>'; _textFlow = TextConverter.importToFlow(markup, TextConverter.TEXT_LAYOUT_FORMAT); http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/46b80e01/automation_tests/src/UnitTest/Tests/ScrollingTest.as ---------------------------------------------------------------------- diff --git a/automation_tests/src/UnitTest/Tests/ScrollingTest.as b/automation_tests/src/UnitTest/Tests/ScrollingTest.as index 5a27b9e..8fdae0d 100644 --- a/automation_tests/src/UnitTest/Tests/ScrollingTest.as +++ b/automation_tests/src/UnitTest/Tests/ScrollingTest.as @@ -561,7 +561,6 @@ package UnitTest.Tests var tf:TextFlow = SelManager.textFlow; for (var i:int = 0; i < 15; i++) { - // FIXME change image content tf.addChild(TextConverter.importToFlow( '<TextFlow xmlns="http://ns.adobe.com/textLayout/2008">The Apache Flex SDK is the evolution of the popular Adobe Flex SDK. The Apache Flex SDK is an application development framework for easily building Flash based applications for mobile devices, web browsers, and desktop platforms.<img source="http://flex.apache.org/images/logo_01_fullcolor-sm.png"/> Currently supported platforms</TextFlow>', TextConverter.TEXT_LAYOUT_FORMAT
