summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-06-02 03:04:24 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-06-02 03:04:24 -0400
commit1af475606b86018f4a004e2bd1a886af3f4d2d4a (patch)
tree501587dcdee37cd063c8277c9f4914b3f98ff584
parente28a13973f6a4ce52b11189bdf42d658a445b932 (diff)
downloadaskbot-1af475606b86018f4a004e2bd1a886af3f4d2d4a.tar.gz
askbot-1af475606b86018f4a004e2bd1a886af3f4d2d4a.tar.bz2
askbot-1af475606b86018f4a004e2bd1a886af3f4d2d4a.zip
corrected path to the expected template in the page load test cases
-rw-r--r--askbot/tests/page_load_tests.py2
1 files changed, 1 insertions, 1 deletions
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')