[Zope3-checkins] CVS: Zope3/src/zope/app/services/tests - test_cacheconfiguration.py:1.8
Guido van Rossum
guido@python.org
Thu, 24 Apr 2003 17:10:20 -0400
Update of /cvs-repository/Zope3/src/zope/app/services/tests
In directory cvs.zope.org:/tmp/cvs-serv32380
Modified Files:
test_cacheconfiguration.py
Log Message:
Make the tests pass.
=== Zope3/src/zope/app/services/tests/test_cacheconfiguration.py 1.7 => 1.8 ===
--- Zope3/src/zope/app/services/tests/test_cacheconfiguration.py:1.7 Mon Mar 31 10:55:19 2003
+++ Zope3/src/zope/app/services/tests/test_cacheconfiguration.py Thu Apr 24 17:10:19 2003
@@ -51,7 +51,7 @@
class TestCache(DependableStub):
- __implements__ = ICache, IDependable
+ __implements__ = ICache, IDependable, IAttributeUseConfigurable
def invalidateAll(self):
self.invalidated = True