[Checkins] SVN: PluggableAuthService/trunk/tests/test_PluggableAuthService.py Added has_key API to FauxRequest.

Stefan H. Holek stefan at epy.co.at
Sun Mar 25 10:34:55 EDT 2007


Log message for revision 73607:
  Added has_key API to FauxRequest.
  

Changed:
  U   PluggableAuthService/trunk/tests/test_PluggableAuthService.py

-=-
Modified: PluggableAuthService/trunk/tests/test_PluggableAuthService.py
===================================================================
--- PluggableAuthService/trunk/tests/test_PluggableAuthService.py	2007-03-25 12:21:21 UTC (rev 73606)
+++ PluggableAuthService/trunk/tests/test_PluggableAuthService.py	2007-03-25 14:34:54 UTC (rev 73607)
@@ -195,6 +195,10 @@
 
         self._dict[ key ] = value
 
+    def has_key( self, key ):
+
+        return self._dict.has_key(key)
+
     def _hold(self, something):
         self._held.append(something)
 



More information about the Checkins mailing list