[Zope3-checkins] CVS: Zope3/src/zope/app/file/tests -
test_image.py:1.3
Philipp von Weitershausen
philikon at philikon.de
Wed Mar 3 06:04:31 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/file/tests
In directory cvs.zope.org:/tmp/cvs-serv13819/file/tests
Modified Files:
test_image.py
Log Message:
Made zope.app.size a package containing interfaces and tests besides the
implementation.
=== Zope3/src/zope/app/file/tests/test_image.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/file/tests/test_image.py:1.2 Tue Feb 24 11:49:50 2004
+++ Zope3/src/zope/app/file/tests/test_image.py Wed Mar 3 06:04:00 2004
@@ -137,7 +137,7 @@
class TestSized(unittest.TestCase):
def testInterface(self):
- from zope.app.interfaces.size import ISized
+ from zope.app.size.interfaces import ISized
self.failUnless(ISized.isImplementedByInstancesOf(ImageSized))
self.failUnless(verifyClass(ISized, ImageSized))
More information about the Zope3-Checkins
mailing list