diff pylons_app/tests/functional/test_settings.py @ 534:12c976209b2e

fixed test for new version 100% test are ok
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 01 Oct 2010 02:19:34 +0200
parents 53aa1ee1af86
children 72778dda34cf
line wrap: on
line diff
--- a/pylons_app/tests/functional/test_settings.py	Fri Oct 01 02:04:32 2010 +0200
+++ b/pylons_app/tests/functional/test_settings.py	Fri Oct 01 02:19:34 2010 +0200
@@ -41,7 +41,6 @@
         
         
         #test if fork is visible in the list ?
-        response.follow()
+        response = response.follow()
         
         print response
-        assert False