Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 006F910DDB for ; Fri, 28 Feb 2014 09:48:39 +0000 (UTC) Received: (qmail 34789 invoked by uid 500); 28 Feb 2014 09:48:14 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 34739 invoked by uid 500); 28 Feb 2014 09:48:12 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 34223 invoked by uid 99); 28 Feb 2014 09:48:01 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Feb 2014 09:48:01 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 8EB589304E5; Fri, 28 Feb 2014 09:47:59 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: josebarragan@apache.org To: commits@flex.apache.org Date: Fri, 28 Feb 2014 09:48:39 -0000 Message-Id: In-Reply-To: <9e6db14e39d744439e67f278e1e84202@git.apache.org> References: <9e6db14e39d744439e67f278e1e84202@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [42/50] git commit: [flex-falcon] [refs/heads/maven] - fix failing junit tests 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 Authored: Thu Jan 16 14:15:26 2014 -0800 Committer: Alex Harui 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}