[Checkins] SVN: grok/trunk/src/grok/tests/security/not_a_permission_class.py another test fix

Jan Wijbrand Kolman cvs-admin at zope.org
Mon Apr 30 14:40:03 UTC 2012


Log message for revision 125445:
  another test fix

Changed:
  U   grok/trunk/src/grok/tests/security/not_a_permission_class.py

-=-
Modified: grok/trunk/src/grok/tests/security/not_a_permission_class.py
===================================================================
--- grok/trunk/src/grok/tests/security/not_a_permission_class.py	2012-04-30 14:24:59 UTC (rev 125444)
+++ grok/trunk/src/grok/tests/security/not_a_permission_class.py	2012-04-30 14:39:59 UTC (rev 125445)
@@ -6,6 +6,6 @@
   Traceback (most recent call last):
   ...
   GrokImportError: You can only pass unicode values, ASCII values, or
-  subclasses of grokcore.security.Permission to the 'permissions' directive.
+  subclasses of grok.Permission to the 'permissions' directive.
 
 """



More information about the checkins mailing list