Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-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 D988810D01 for ; Fri, 2 Aug 2013 11:17:48 +0000 (UTC) Received: (qmail 2220 invoked by uid 500); 2 Aug 2013 11:17:48 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 2197 invoked by uid 500); 2 Aug 2013 11:17:47 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 2190 invoked by uid 99); 2 Aug 2013 11:17:47 -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, 02 Aug 2013 11:17:47 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 1FE318B7045; Fri, 2 Aug 2013 11:17:47 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tsp@apache.org To: commits@cloudstack.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to 514cb91 Date: Fri, 2 Aug 2013 11:17:47 +0000 (UTC) Updated Branches: refs/heads/master eaeef9e99 -> 514cb9190 CLOUDSTACK:3798: Removed wrong assert. Login was getting successful, assert was failing. Anyway it is being checked in the assert below for sesionKey Signed-off-by: Prasanna Santhanam (cherry picked from commit cb1a5a49f4efd2f4904f040bf923a6f9e2c9152e) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/514cb919 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/514cb919 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/514cb919 Branch: refs/heads/master Commit: 514cb9190620bfcf30e3ce118c724d87d4b3319f Parents: eaeef9e Author: Gaurav Aradhye Authored: Thu Aug 1 22:31:00 2013 -0400 Committer: Prasanna Santhanam Committed: Fri Aug 2 16:47:35 2013 +0530 ---------------------------------------------------------------------- test/integration/component/test_accounts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/514cb919/test/integration/component/test_accounts.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_accounts.py b/test/integration/component/test_accounts.py index 9c3d231..cf18bef 100644 --- a/test/integration/component/test_accounts.py +++ b/test/integration/component/test_accounts.py @@ -1229,7 +1229,7 @@ class TestUserLogin(cloudstackTestCase): username=self.account.name, password=self.services["account"]["password"] ) - self.assertEqual(respose, None, "Login response should not be none") + self.debug("Login API response: %s" % respose) self.assertNotEqual(