[Checkins] SVN: grok/trunk/src/grok/ftests/security/ Fix tests after losing the static dir.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Mon Jan 3 05:29:55 EST 2011


Log message for revision 119288:
  Fix tests after losing the static dir.

Changed:
  U   grok/trunk/src/grok/ftests/security/preserve_permissions.py
  D   grok/trunk/src/grok/ftests/security/static/

-=-
Modified: grok/trunk/src/grok/ftests/security/preserve_permissions.py
===================================================================
--- grok/trunk/src/grok/ftests/security/preserve_permissions.py	2011-01-03 10:04:49 UTC (rev 119287)
+++ grok/trunk/src/grok/ftests/security/preserve_permissions.py	2011-01-03 10:29:55 UTC (rev 119288)
@@ -81,14 +81,6 @@
   ...
   httperror_seek_wrapper: HTTP Error 401: Unauthorized
 
-We have some static resources defined in a local `static` directory,
-which we can access unauthenticated::
-
-  >>> browser.handleErrors = False
-  >>> browser.open('http://localhost/@@/grok.ftests.security/textfile.txt')
-  >>> print browser.contents
-  Just a test.
-
 When we authenticate, everything works fine::
 
   >>> browser.addHeader('Authorization', 'Basic mgr:mgrpw')



More information about the checkins mailing list