You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by jo...@apache.org on 2020/10/26 17:58:29 UTC

[royale-compiler] branch develop updated: compiler-jx: Fix tests for commit f9aa254ea7b2188570f2054512c42db2bc97201c

This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


The following commit(s) were added to refs/heads/develop by this push:
     new ef78621  compiler-jx: Fix tests for commit f9aa254ea7b2188570f2054512c42db2bc97201c
ef78621 is described below

commit ef7862198973f6adb1dc22b677db35a9a5339834
Author: Josh Tynjala <jo...@apache.org>
AuthorDate: Mon Oct 26 10:58:22 2020 -0700

    compiler-jx: Fix tests for commit f9aa254ea7b2188570f2054512c42db2bc97201c
---
 .../resources/royale/files/MyInitialView_result.js  | 21 +++++++--------------
 .../royale/files/RoyaleTest_again_result.js         |  6 ++----
 2 files changed, 9 insertions(+), 18 deletions(-)

diff --git a/compiler-jx/src/test/resources/royale/files/MyInitialView_result.js b/compiler-jx/src/test/resources/royale/files/MyInitialView_result.js
index 1b42281..9be72e8 100644
--- a/compiler-jx/src/test/resources/royale/files/MyInitialView_result.js
+++ b/compiler-jx/src/test/resources/royale/files/MyInitialView_result.js
@@ -354,8 +354,7 @@ MyInitialView.prototype.$EH_11_6 = function(event)
 
 
 Object.defineProperties(MyInitialView.prototype, /** @lends {MyInitialView.prototype} */ {
-/** @export */
-    lbl: {
+lbl: {
     /** @this {MyInitialView} */
     get: function() {
       return this.lbl_;
@@ -368,8 +367,7 @@ Object.defineProperties(MyInitialView.prototype, /** @lends {MyInitialView.proto
       }
     }
   },
-  /** @export */
-    timerLabel: {
+  timerLabel: {
     /** @this {MyInitialView} */
     get: function() {
       return this.timerLabel_;
@@ -382,8 +380,7 @@ Object.defineProperties(MyInitialView.prototype, /** @lends {MyInitialView.proto
       }
     }
   },
-  /** @export */
-    cityList: {
+  cityList: {
     /** @this {MyInitialView} */
     get: function() {
       return this.cityList_;
@@ -396,8 +393,7 @@ Object.defineProperties(MyInitialView.prototype, /** @lends {MyInitialView.proto
       }
     }
   },
-  /** @export */
-    input: {
+  input: {
     /** @this {MyInitialView} */
     get: function() {
       return this.input_;
@@ -410,8 +406,7 @@ Object.defineProperties(MyInitialView.prototype, /** @lends {MyInitialView.proto
       }
     }
   },
-  /** @export */
-    checkbox: {
+  checkbox: {
     /** @this {MyInitialView} */
     get: function() {
       return this.checkbox_;
@@ -424,8 +419,7 @@ Object.defineProperties(MyInitialView.prototype, /** @lends {MyInitialView.proto
       }
     }
   },
-  /** @export */
-    list: {
+  list: {
     /** @this {MyInitialView} */
     get: function() {
       return this.list_;
@@ -438,8 +432,7 @@ Object.defineProperties(MyInitialView.prototype, /** @lends {MyInitialView.proto
       }
     }
   },
-  /** @export */
-    comboBox: {
+  comboBox: {
     /** @this {MyInitialView} */
     get: function() {
       return this.comboBox_;
diff --git a/compiler-jx/src/test/resources/royale/files/RoyaleTest_again_result.js b/compiler-jx/src/test/resources/royale/files/RoyaleTest_again_result.js
index 1cf38b9..eaa5ec4 100644
--- a/compiler-jx/src/test/resources/royale/files/RoyaleTest_again_result.js
+++ b/compiler-jx/src/test/resources/royale/files/RoyaleTest_again_result.js
@@ -222,8 +222,7 @@ RoyaleTest_again.prototype.$EH_8_0 = function(event)
 
 
 Object.defineProperties(RoyaleTest_again.prototype, /** @lends {RoyaleTest_again.prototype} */ {
-/** @export */
-    service: {
+service: {
     /** @this {RoyaleTest_again} */
     get: function() {
       return this.service_;
@@ -236,8 +235,7 @@ Object.defineProperties(RoyaleTest_again.prototype, /** @lends {RoyaleTest_again
       }
     }
   },
-  /** @export */
-    collection: {
+  collection: {
     /** @this {RoyaleTest_again} */
     get: function() {
       return this.collection_;