[Checkins] SVN: z3c.davapp.zopefile/trunk/src/z3c/davapp/zopefile/tests.py Get the functional tests to pass with the lastest zope.file.

Michael Kerrin michael.kerrin at openapp.ie
Wed Feb 13 14:12:09 EST 2008


Log message for revision 83807:
  Get the functional tests to pass with the lastest zope.file.
  

Changed:
  U   z3c.davapp.zopefile/trunk/src/z3c/davapp/zopefile/tests.py

-=-
Modified: z3c.davapp.zopefile/trunk/src/z3c/davapp/zopefile/tests.py
===================================================================
--- z3c.davapp.zopefile/trunk/src/z3c/davapp/zopefile/tests.py	2008-02-13 19:08:58 UTC (rev 83806)
+++ z3c.davapp.zopefile/trunk/src/z3c/davapp/zopefile/tests.py	2008-02-13 19:12:08 UTC (rev 83807)
@@ -2,6 +2,8 @@
 import unittest
 from zope.testing import doctest
 
+import zope.file.testing
+
 import z3c.etree.testing
 import z3c.dav.testing
 
@@ -11,7 +13,7 @@
 
 
 def test_suite():
-    properties = doctest.DocFileSuite(
+    properties = zope.file.testing.FunctionalBlobDocFileSuite(
         "properties.txt",
         setUp = z3c.dav.testing.functionalSetUp,
         tearDown = z3c.dav.testing.functionalTearDown,



More information about the Checkins mailing list