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

[1/2] git commit: [flex-falcon] [refs/heads/feature/chart-work] - this test result was wrong and we didn't notice

Repository: flex-falcon
Updated Branches:
  refs/heads/feature/chart-work 6416f45d6 -> 9a565bc5c


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/feature/chart-work
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" +


[2/2] git commit: [flex-falcon] [refs/heads/feature/chart-work] - Merge branch 'develop' into feature/chart-work

Posted by pi...@apache.org.
Merge branch 'develop' into feature/chart-work


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

Branch: refs/heads/feature/chart-work
Commit: 9a565bc5ce383da76cd4c8f7434899f7c949e510
Parents: 6416f45 eb2f34d
Author: piotrz <pi...@apache.org>
Authored: Tue Apr 4 21:00:14 2017 +0200
Committer: piotrz <pi...@apache.org>
Committed: Tue Apr 4 21:00:14 2017 +0200

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