Add missing test in ImportAPITest
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 @@
             );
         }
 
+        [Test]
         public function testMarkupImport():void
         {
             const markup:String = "<TextFlow columnCount='inherit' columnGap='inherit' columnWidth='inherit' lineBreak='inherit' " +