fix failing junit tests
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/3b96c69b Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/3b96c69b Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/3b96c69b Branch: refs/heads/maven Commit: 3b96c69b2ec657cf6b4738c49ebaa0bab7636506 Parents: 765968e Author: Alex Harui <aha...@apache.org> Authored: Thu Jan 16 14:15:26 2014 -0800 Committer: Alex Harui <aha...@apache.org> Committed: Thu Jan 16 14:15:26 2014 -0800 ---------------------------------------------------------------------- .../test-files/flexjs/files/FlexJSTest_again_result.js | 1 + compiler.jx.tests/test-files/flexjs/files/MyInitialView_result.js | 1 + compiler.jx.tests/test-files/flexjs/files/wildcard_import_result.js | 1 + 3 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/3b96c69b/compiler.jx.tests/test-files/flexjs/files/FlexJSTest_again_result.js ---------------------------------------------------------------------- diff --git a/compiler.jx.tests/test-files/flexjs/files/FlexJSTest_again_result.js b/compiler.jx.tests/test-files/flexjs/files/FlexJSTest_again_result.js index d4b6744..e966348 100644 --- a/compiler.jx.tests/test-files/flexjs/files/FlexJSTest_again_result.js +++ b/compiler.jx.tests/test-files/flexjs/files/FlexJSTest_again_result.js @@ -21,6 +21,7 @@ goog.require('org.apache.flex.events.Event'); + /** * @constructor * @extends {org.apache.flex.core.Application} http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/3b96c69b/compiler.jx.tests/test-files/flexjs/files/MyInitialView_result.js ---------------------------------------------------------------------- diff --git a/compiler.jx.tests/test-files/flexjs/files/MyInitialView_result.js b/compiler.jx.tests/test-files/flexjs/files/MyInitialView_result.js index d18b792..55cf7f3 100644 --- a/compiler.jx.tests/test-files/flexjs/files/MyInitialView_result.js +++ b/compiler.jx.tests/test-files/flexjs/files/MyInitialView_result.js @@ -26,6 +26,7 @@ goog.require('org.apache.flex.utils.Timer'); + /** * @constructor * @extends {org.apache.flex.core.ViewBase} http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/3b96c69b/compiler.jx.tests/test-files/flexjs/files/wildcard_import_result.js ---------------------------------------------------------------------- diff --git a/compiler.jx.tests/test-files/flexjs/files/wildcard_import_result.js b/compiler.jx.tests/test-files/flexjs/files/wildcard_import_result.js index ad7fa87..1ecde33 100644 --- a/compiler.jx.tests/test-files/flexjs/files/wildcard_import_result.js +++ b/compiler.jx.tests/test-files/flexjs/files/wildcard_import_result.js @@ -13,6 +13,7 @@ goog.require('org.apache.flex.html.staticControls.Button'); + /** * @constructor * @extends {org.apache.flex.core.Application}