devtools/cwwindmill.py
branchstable
changeset 7071 db7608cb32bc
parent 7052 9680cf108821
child 7075 4751d77394b1
--- a/devtools/cwwindmill.py	Thu Mar 10 11:56:35 2011 +0100
+++ b/devtools/cwwindmill.py	Thu Mar 10 14:59:21 2011 +0100
@@ -91,7 +91,7 @@
         browser = 'firefox'
         edit_test = "-i" in sys.argv # detection for pytest invocation
         # Windmill use case are written with no anonymous user
-        anonymous_logged = False
+        anonymous_allowed = False
 
         tags = CubicWebServerTC.tags & Tags(('windmill',))