[Checkins] SVN: zope.location/trunk/src/zope/location/tests.py fixed unit tests, zope.testing 3.8.4 broke them

Fabio Tranchitella kobold at kobold.it
Tue Dec 22 02:29:37 EST 2009


Log message for revision 106857:
  fixed unit tests, zope.testing 3.8.4 broke them

Changed:
  U   zope.location/trunk/src/zope/location/tests.py

-=-
Modified: zope.location/trunk/src/zope/location/tests.py
===================================================================
--- zope.location/trunk/src/zope/location/tests.py	2009-12-22 06:45:57 UTC (rev 106856)
+++ zope.location/trunk/src/zope/location/tests.py	2009-12-22 07:29:36 UTC (rev 106857)
@@ -18,12 +18,11 @@
 
 import unittest
 import zope.testing.doctest
-from zope.testing.doctestunit import DocTestSuite
 
 
 def test_suite():
     return unittest.TestSuite((
         zope.testing.doctest.DocFileSuite('location.txt'),
-        DocTestSuite('zope.location.traversing'),
-        DocTestSuite('zope.location.pickling'),
+        zope.testing.doctest.DocTestSuite('zope.location.traversing'),
+        zope.testing.doctest.DocTestSuite('zope.location.pickling'),
         ))



More information about the checkins mailing list