Return-Path: X-Original-To: apmail-ambari-commits-archive@www.apache.org Delivered-To: apmail-ambari-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 B77C01776E for ; Mon, 16 Mar 2015 11:33:18 +0000 (UTC) Received: (qmail 82263 invoked by uid 500); 16 Mar 2015 11:33:18 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 82232 invoked by uid 500); 16 Mar 2015 11:33:18 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 82159 invoked by uid 99); 16 Mar 2015 11:33:18 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Mar 2015 11:33:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 42688E10A8; Mon, 16 Mar 2015 11:33:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: onechiporenko@apache.org To: commits@ambari.apache.org Date: Mon, 16 Mar 2015 11:33:21 -0000 Message-Id: In-Reply-To: <132ea1eb2dc043f1a74fa2f6135e94c4@git.apache.org> References: <132ea1eb2dc043f1a74fa2f6135e94c4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [4/4] ambari git commit: AMBARI-10077. Add UI unit tests for Create App Wizard controllers (onechiporenko) AMBARI-10077. Add UI unit tests for Create App Wizard controllers (onechiporenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/ed616f1d Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ed616f1d Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ed616f1d Branch: refs/heads/trunk Commit: ed616f1d544eb1311c734d5199e9d081e794eaf1 Parents: 72b40b7 Author: Oleg Nechiporenko Authored: Mon Mar 16 11:10:53 2015 +0200 Committer: Oleg Nechiporenko Committed: Mon Mar 16 11:10:53 2015 +0200 ---------------------------------------------------------------------- .../ui/app/assets/javascripts/sinon-1.13.0.js | 5830 ++++++++++++++++++ .../app/assets/javascripts/sinon-qunit-1.0.0.js | 62 + .../src/main/resources/ui/app/assets/tests.html | 2 + .../ui/test/integration/pages/index_test.js | 1 + .../integration/pages/slider_errors_test.js | 1 + .../processes/create_new_app_test.js | 2 + .../createAppWizard/step1_controller_test.js | 243 +- .../createAppWizard/step2_controller_test.js | 366 ++ .../createAppWizard/step3_controller_test.js | 399 +- .../createAppWizard/step4_controller_test.js | 341 +- .../controllers/slider_app_controller_test.js | 65 +- .../controllers/slider_apps_controller_test.js | 18 +- .../unit/controllers/slider_controller_test.js | 22 +- 13 files changed, 7246 insertions(+), 106 deletions(-) ----------------------------------------------------------------------