[Zope-Checkins] CVS: Zope/lib/python/Testing - __init__.py:1.4.2.1

Shane Hathaway shane@cvs.zope.org
Fri, 11 Jan 2002 13:00:29 -0500


Update of /cvs-repository/Zope/lib/python/Testing
In directory cvs.zope.org:/tmp/cvs-serv7931/lib/python/Testing

Modified Files:
      Tag: Zope-2_5-branch
	__init__.py 
Log Message:
Sync with trunk


=== Zope/lib/python/Testing/__init__.py 1.4 => 1.4.2.1 ===
 os.environ['SOFTWARE_HOME'] = SOFTWARE_HOME = pdir(INSTANCE_HOME)
 
-# Prevent useless initialization by pretending to be a ZEO client
-os.environ['ZEO_CLIENT'] = '1'
+# Note: we don't set os.environ['ZEO_CLIENT'] anymore because we
+# really do need all the products to be initialized.  Some tests
+# use the product registry.