Repository: flex-asjs
Updated Branches:
  refs/heads/develop 652481466 -> e881d7424


fix compile errors in tests


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

Branch: refs/heads/develop
Commit: e881d7424acfa48e10533aeac008e4d6c7078f77
Parents: 6524814
Author: Alex Harui <[email protected]>
Authored: Fri Oct 24 15:49:28 2014 -0700
Committer: Alex Harui <[email protected]>
Committed: Fri Oct 24 15:49:28 2014 -0700

----------------------------------------------------------------------
 mustella/tests/basicTests/halo/scripts/ButtonTestScript.mxml   | 1 +
 mustella/tests/basicTests/halo/scripts/CheckBoxTestScript.mxml | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/e881d742/mustella/tests/basicTests/halo/scripts/ButtonTestScript.mxml
----------------------------------------------------------------------
diff --git a/mustella/tests/basicTests/halo/scripts/ButtonTestScript.mxml 
b/mustella/tests/basicTests/halo/scripts/ButtonTestScript.mxml
index 096e528..3354c93 100644
--- a/mustella/tests/basicTests/halo/scripts/ButtonTestScript.mxml
+++ b/mustella/tests/basicTests/halo/scripts/ButtonTestScript.mxml
@@ -22,6 +22,7 @@
        <!-- this set of lines form a template that must be in each unit test 
-->
        <mx:Script>
        <![CDATA[
+    import flash.display.DisplayObject;
        public static function init(o:DisplayObject):void
        {
        }

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/e881d742/mustella/tests/basicTests/halo/scripts/CheckBoxTestScript.mxml
----------------------------------------------------------------------
diff --git a/mustella/tests/basicTests/halo/scripts/CheckBoxTestScript.mxml 
b/mustella/tests/basicTests/halo/scripts/CheckBoxTestScript.mxml
index a7ad95d..77983cd 100644
--- a/mustella/tests/basicTests/halo/scripts/CheckBoxTestScript.mxml
+++ b/mustella/tests/basicTests/halo/scripts/CheckBoxTestScript.mxml
@@ -22,6 +22,7 @@
        <!-- this set of lines form a template that must be in each unit test 
-->
        <mx:Script>
        <![CDATA[
+    import flash.display.DisplayObject;
        public static function init(o:DisplayObject):void
        {
        }

Reply via email to