[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/ApplicationControl/tests - testRuntimeInfo.py:1.1.2.2

Philipp von Weitershausen philikon@gmx.net
Wed, 10 Apr 2002 04:00:51 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/ApplicationControl/tests
In directory cvs.zope.org:/tmp/cvs-serv20943/tests

Modified Files:
      Tag: Zope-3x-branch
	testRuntimeInfo.py 
Log Message:
Runtime does not return the whole environment anymore but just the PYTHONPATH instead


=== Zope3/lib/python/Zope/App/OFS/ApplicationControl/tests/testRuntimeInfo.py 1.1.2.1 => 1.1.2.2 ===
         self.failUnless(abs(asserted_uptime - test_uptime) < time_tolerance)
 
-    def test_Environment(self):
-        runtime_info = self._Test__new()
-
-        self.assertEqual(runtime_info.getEnvironment(), os.environ)
-
 def test_suite():
     return TestSuite((
         makeSuite(Test),