From 1af475606b86018f4a004e2bd1a886af3f4d2d4a Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Thu, 2 Jun 2011 03:04:24 -0400 Subject: corrected path to the expected template in the page load test cases --- askbot/tests/page_load_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/askbot/tests/page_load_tests.py b/askbot/tests/page_load_tests.py index ab02efa8..df0c23fa 100644 --- a/askbot/tests/page_load_tests.py +++ b/askbot/tests/page_load_tests.py @@ -74,7 +74,7 @@ class PageLoadTests(PageLoadTestCase): self.try_url('feeds', kwargs={'url':'rss'}) self.try_url('about', template='about.html') self.try_url('privacy', template='privacy.html') - self.try_url('logout', template='logout.html') + self.try_url('logout', template='authopenid/logout.html') self.try_url('user_signin', template='authopenid/signin.html') #todo: test different tabs self.try_url('tags', template='tags.html') -- cgit v1.2.3-1-g7c22