You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2014/09/12 12:29:29 UTC

[15/28] git commit: [#7527] test fix from Alexander Luberg to pass with latest master changes

[#7527] test fix from Alexander Luberg to pass with latest master changes


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

Branch: refs/heads/je/42cc_4905
Commit: ab1957fd0e5261c6f5372b4a50b6a2e6db5e4c2c
Parents: 1c6cb8c
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Thu Aug 28 21:15:15 2014 +0000
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Thu Aug 28 21:15:15 2014 +0000

----------------------------------------------------------------------
 Allura/allura/tests/functional/test_auth.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/ab1957fd/Allura/allura/tests/functional/test_auth.py
----------------------------------------------------------------------
diff --git a/Allura/allura/tests/functional/test_auth.py b/Allura/allura/tests/functional/test_auth.py
index b4e174e..77367ec 100644
--- a/Allura/allura/tests/functional/test_auth.py
+++ b/Allura/allura/tests/functional/test_auth.py
@@ -149,7 +149,8 @@ class TestAuth(TestController):
                           'new_addr.addr': email_address,
                           'new_addr.claim': 'Claim Address',
                           'primary_addr': 'test-admin@users.localhost',
-                          'preferences.email_format': 'plain'
+                          'preferences.email_format': 'plain',
+                          'password': 'foo',
                       },
                       extra_environ=dict(username='test-admin'))
 
@@ -160,7 +161,8 @@ class TestAuth(TestController):
                               'new_addr.addr': email_address,
                               'new_addr.claim': 'Claim Address',
                               'primary_addr': 'test-admin@users.localhost',
-                              'preferences.email_format': 'plain'
+                              'preferences.email_format': 'plain',
+                              'password': 'foo',
                           },
                           extra_environ=dict(username='test-admin'))