[Zope-Checkins]
CVS: Zope/lib/python/Products/PluginIndexes/DateIndex/tests
- test_DateIndex.py:1.7.2.1
Jim Fulton
cvs-admin at zope.org
Thu Nov 27 10:34:24 EST 2003
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/DateIndex/tests
In directory cvs.zope.org:/tmp/cvs-serv7869/lib/python/Products/PluginIndexes/DateIndex/tests
Modified Files:
Tag: Zope-2_8-devel-branch
test_DateIndex.py
Log Message:
Got tests to pass except test that was previously (and still) failing
on head.
=== Zope/lib/python/Products/PluginIndexes/DateIndex/tests/test_DateIndex.py 1.7 => 1.7.2.1 ===
--- Zope/lib/python/Products/PluginIndexes/DateIndex/tests/test_DateIndex.py:1.7 Tue Nov 4 17:09:04 2003
+++ Zope/lib/python/Products/PluginIndexes/DateIndex/tests/test_DateIndex.py Thu Nov 27 10:33:53 2003
@@ -105,7 +105,7 @@
self._checkApply(self._max_req, [])
self._checkApply(self._range_req, [])
- def test_retrieval( self ):
+ def test_retrieval(self):
self._populateIndex()
values = self._values
index = self._index
More information about the Zope-Checkins
mailing list