[Checkins] SVN: GenericSetup/trunk/tests/common.py Keep tests.common.SecurityRequestTest around. There are 3rd

Stefan H. Holek stefan at epy.co.at
Sun Mar 25 16:10:32 EDT 2007


Log message for revision 73617:
  Keep tests.common.SecurityRequestTest around. There are 3rd
  party tests using it, notably PAS.
  

Changed:
  U   GenericSetup/trunk/tests/common.py

-=-
Modified: GenericSetup/trunk/tests/common.py
===================================================================
--- GenericSetup/trunk/tests/common.py	2007-03-25 18:19:38 UTC (rev 73616)
+++ GenericSetup/trunk/tests/common.py	2007-03-25 20:10:32 UTC (rev 73617)
@@ -209,3 +209,12 @@
 def dummy_handler( context ):
 
     pass
+
+
+# BBB: PAS tests use this
+class SecurityRequestTest(ZopeTestCase):
+
+    def setUp(self):
+        ZopeTestCase.setUp(self)
+        self.root = self.app
+



More information about the Checkins mailing list