From 515e3bd9af4f32b49d234ed001fc1e7e249e9030 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 29 Sep 2013 10:41:43 -0500 Subject: Fixing ALL THE BROKEN TESTS. I probably broke most of them. - We've now broken out user.html and user_nonactive.html but the tests didn't reflect it - the location of one of the module imports broke, but I didn't notice because of .pyc files ;) This commit sponsored by Tiberiu C. Turbureanu (ceata.org). Thank you! --- mediagoblin/tests/test_ldap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mediagoblin/tests/test_ldap.py') diff --git a/mediagoblin/tests/test_ldap.py b/mediagoblin/tests/test_ldap.py index 708ce6cb..48efb4b6 100644 --- a/mediagoblin/tests/test_ldap.py +++ b/mediagoblin/tests/test_ldap.py @@ -83,7 +83,7 @@ def test_ldap_plugin(ldap_plugin_app): res.follow() assert urlparse.urlsplit(res.location)[2] == '/u/chris/' - assert 'mediagoblin/user_pages/user.html' in template.TEMPLATE_TEST_CONTEXT + assert 'mediagoblin/user_pages/user_nonactive.html' in template.TEMPLATE_TEST_CONTEXT # Try to register with same email and username template.clear_test_template_context() -- cgit v1.2.3