[Checkins] SVN: zope.publisher/branches/unauth-exc-handler/src/zope/publisher/tests/test_publisher.py Fix nonsense.

Uli Fouquet uli at gnufix.de
Mon Jul 6 14:04:15 EDT 2009


Log message for revision 101656:
  Fix nonsense.
  

Changed:
  U   zope.publisher/branches/unauth-exc-handler/src/zope/publisher/tests/test_publisher.py

-=-
Modified: zope.publisher/branches/unauth-exc-handler/src/zope/publisher/tests/test_publisher.py
===================================================================
--- zope.publisher/branches/unauth-exc-handler/src/zope/publisher/tests/test_publisher.py	2009-07-06 17:45:21 UTC (rev 101655)
+++ zope.publisher/branches/unauth-exc-handler/src/zope/publisher/tests/test_publisher.py	2009-07-06 18:04:10 UTC (rev 101656)
@@ -114,7 +114,7 @@
         try:
             self._publisherResults('/_item')
         except Unauthorized:
-            raise self.fail('Unauthorized raised though this should '
+            self.fail('Unauthorized raised though this should '
                             'not happen')
         finally:
             self._unregisterExcAdapter(dontReRaiseAdapter)



More information about the Checkins mailing list