You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2017/04/04 05:38:26 UTC

git commit: [flex-falcon] [refs/heads/develop] - this test result was wrong and we didn't notice

Repository: flex-falcon
Updated Branches:
  refs/heads/develop c5286f512 -> eb2f34dd2


this test result was wrong and we didn't notice


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

Branch: refs/heads/develop
Commit: eb2f34dd2a2bebc6dbbe114b56ab5ed9d3b27e33
Parents: c5286f5
Author: Alex Harui <ah...@apache.org>
Authored: Mon Apr 3 06:41:59 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Apr 3 06:41:59 2017 -0700

----------------------------------------------------------------------
 .../internal/codegen/mxml/flexjs/TestFlexJSMXMLApplication.java   | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/eb2f34dd/compiler-jx/src/test/java/org/apache/flex/compiler/internal/codegen/mxml/flexjs/TestFlexJSMXMLApplication.java
----------------------------------------------------------------------
diff --git a/compiler-jx/src/test/java/org/apache/flex/compiler/internal/codegen/mxml/flexjs/TestFlexJSMXMLApplication.java b/compiler-jx/src/test/java/org/apache/flex/compiler/internal/codegen/mxml/flexjs/TestFlexJSMXMLApplication.java
index d49661d..f91a1dd 100644
--- a/compiler-jx/src/test/java/org/apache/flex/compiler/internal/codegen/mxml/flexjs/TestFlexJSMXMLApplication.java
+++ b/compiler-jx/src/test/java/org/apache/flex/compiler/internal/codegen/mxml/flexjs/TestFlexJSMXMLApplication.java
@@ -143,6 +143,7 @@ public class TestFlexJSMXMLApplication extends FlexJSTestBase
         		"/**\n" +
         		" * @constructor\n" +
         		" * @extends {org.apache.flex.core.Application}\n" +
+        		" * @implements {org.apache.flex.core.IChrome}\n" +
         		" */\n" +
         		"AppName = function() {\n" +
         		"  AppName.base(this, 'constructor');\n" +
@@ -234,6 +235,8 @@ public class TestFlexJSMXMLApplication extends FlexJSTestBase
         		"/**\n" +
         		" * @constructor\n" +
         		" * @extends {org.apache.flex.core.Application}\n" +
+        		" * @implements {org.apache.flex.core.IChrome}\n" +
+        		" * @implements {org.apache.flex.core.IPopUp}\n" +
         		" */\n" +
         		"AppName = function() {\n" +
         		"  AppName.base(this, 'constructor');\n" +