[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/DateIndex/tests - test_DateIndex.py:1.5.2.1

Chris McDonough chrism@zope.com
Mon, 21 Jul 2003 12:39:06 -0400


Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/DateIndex/tests
In directory cvs.zope.org:/tmp/cvs-serv17213/lib/python/Products/PluginIndexes/DateIndex/tests

Modified Files:
      Tag: Zope-2_7-branch
	test_DateIndex.py 
Log Message:
Merge changes from HEAD since the release of Zope 2.7a1 into the Zope-2_7-branch in preparation for release of Zope 2.7b1.


=== Zope/lib/python/Products/PluginIndexes/DateIndex/tests/test_DateIndex.py 1.5 => 1.5.2.1 ===
--- Zope/lib/python/Products/PluginIndexes/DateIndex/tests/test_DateIndex.py:1.5	Sun Jun  8 04:56:28 2003
+++ Zope/lib/python/Products/PluginIndexes/DateIndex/tests/test_DateIndex.py	Mon Jul 21 12:36:02 2003
@@ -72,7 +72,7 @@
             result = result.keys()
         self.failUnlessEqual(used, ('date',))
         self.failUnlessEqual(len(result), len(expectedValues),
-            '%s | %s' % (map(None, result), expectedValues))
+            '%s | %s' % (result, expectedValues))
         for k, v in expectedValues:
             self.failUnless(k in result)