You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2013/07/22 19:23:24 UTC

[4/6] git commit: updated refs/heads/4.2 to b44c620

CLOUDSTACK-3695: test_add_user_to_project failed with missing attribute "email".

Signed-off-by: Prasanna Santhanam <ts...@apache.org>
(cherry picked from commit 983b7c62a464af94aabf0686671c986025a19788)


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7d6c091c
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7d6c091c
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7d6c091c

Branch: refs/heads/4.2
Commit: 7d6c091c05420582d833be7d5eecd58c69b62e39
Parents: a659d78
Author: Sanjay Tripathi <sa...@citrix.com>
Authored: Mon Jul 22 14:32:25 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Mon Jul 22 22:53:09 2013 +0530

----------------------------------------------------------------------
 test/integration/component/test_project_configs.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7d6c091c/test/integration/component/test_project_configs.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_project_configs.py b/test/integration/component/test_project_configs.py
index 6416497..a9654c8 100644
--- a/test/integration/component/test_project_configs.py
+++ b/test/integration/component/test_project_configs.py
@@ -537,7 +537,7 @@ class TestProjectInviteRequired(cloudstackTestCase):
         project.addAccount(
                            self.apiclient,
                            self.user.name,
-                           self.user.email
+                           self.user.user[0].email
                            )
 
         # listProjectAccount to verify the user is added to project or not
@@ -690,7 +690,7 @@ class TestProjectInviteRequiredTrue(cloudstackTestCase):
         project.addAccount(
                            self.apiclient,
                            self.user.name,
-                           self.user.email
+                           self.user.user[0].email
                            )
 
         # listProjectAccount to verify the user is added to project or not
@@ -859,7 +859,7 @@ class TestProjectInviteTimeout(cloudstackTestCase):
         project.addAccount(
                            self.apiclient,
                            self.user.name,
-                           self.user.email
+                           self.user.user[0].email
                            )
 
         # listProjectAccount to verify the user is added to project or not