Repository: flex-tlf Updated Branches: refs/heads/develop 22cd0f84c -> ea6ff6f81
Add missing test in ImportAPITest Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-tlf/commit/ea6ff6f8 Tree: http://git-wip-us.apache.org/repos/asf/flex-tlf/tree/ea6ff6f8 Diff: http://git-wip-us.apache.org/repos/asf/flex-tlf/diff/ea6ff6f8 Branch: refs/heads/develop Commit: ea6ff6f81a6948c2865f993b3a6c80b9b09835d2 Parents: 22cd0f8 Author: piotrz <[email protected]> Authored: Sun Mar 22 20:11:22 2015 +0100 Committer: piotrz <[email protected]> Committed: Sun Mar 22 20:11:22 2015 +0100 ---------------------------------------------------------------------- automation_tests/src/UnitTest/Tests/ImportAPITest.as | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/ea6ff6f8/automation_tests/src/UnitTest/Tests/ImportAPITest.as ---------------------------------------------------------------------- diff --git a/automation_tests/src/UnitTest/Tests/ImportAPITest.as b/automation_tests/src/UnitTest/Tests/ImportAPITest.as index 075818b..ce9d823 100644 --- a/automation_tests/src/UnitTest/Tests/ImportAPITest.as +++ b/automation_tests/src/UnitTest/Tests/ImportAPITest.as @@ -443,6 +443,7 @@ package UnitTest.Tests ); } + [Test] public function testMarkupImport():void { const markup:String = "<TextFlow columnCount='inherit' columnGap='inherit' columnWidth='inherit' lineBreak='inherit' " +
