[Zope-Checkins] SVN: Zope/trunk/src/Products/ZCatalog/tests/test_lazy.py Whitespace
Hanno Schlichting
hannosch at hannosch.eu
Sat Jul 31 17:33:06 EDT 2010
Log message for revision 115291:
Whitespace
Changed:
U Zope/trunk/src/Products/ZCatalog/tests/test_lazy.py
-=-
Modified: Zope/trunk/src/Products/ZCatalog/tests/test_lazy.py
===================================================================
--- Zope/trunk/src/Products/ZCatalog/tests/test_lazy.py 2010-07-31 21:32:02 UTC (rev 115290)
+++ Zope/trunk/src/Products/ZCatalog/tests/test_lazy.py 2010-07-31 21:33:05 UTC (rev 115291)
@@ -81,6 +81,7 @@
class TestLazyMap(TestLazyCat):
+
def _createLSeq(self, *seq):
return self._createLMap(lambda x: x, *seq)
@@ -102,6 +103,7 @@
class TestLazyFilter(TestLazyCat):
+
def _createLSeq(self, *seq):
return self._createLFilter(lambda x: True, *seq)
@@ -140,6 +142,7 @@
class TestLazyMop(TestLazyCat):
+
def _createLSeq(self, *seq):
return self._createLMop(lambda x: x, *seq)
@@ -187,6 +190,7 @@
class TestLazyValues(BaseSequenceTest):
+
def _createLValues(self, seq):
from Products.ZCatalog.Lazy import LazyValues
return LazyValues(seq)
More information about the Zope-Checkins
mailing list