[Checkins] SVN: zc.winauth/trunk/src/zc/winauth/tests.py remove unneeded and unhelpful check of environment variable

Benji York benji at zope.com
Thu Aug 17 10:17:54 EDT 2006


Log message for revision 69602:
  remove unneeded and unhelpful check of environment variable
  

Changed:
  U   zc.winauth/trunk/src/zc/winauth/tests.py

-=-
Modified: zc.winauth/trunk/src/zc/winauth/tests.py
===================================================================
--- zc.winauth/trunk/src/zc/winauth/tests.py	2006-08-17 14:06:24 UTC (rev 69601)
+++ zc.winauth/trunk/src/zc/winauth/tests.py	2006-08-17 14:17:53 UTC (rev 69602)
@@ -155,7 +155,7 @@
                   optionflags=doctest.NORMALIZE_WHITESPACE+doctest.ELLIPSIS,
         ))
 
-    if sys.platform.startswith('win') and 'FIPS_DEVEL_MODE' not in os.environ:
+    if sys.platform.startswith('win'):
         wap = zc.winauth.winauth.WindowsAuthenticationPlugin()
 
         # if it appears that the test user has been configured, do the



More information about the Checkins mailing list