[Zope-Checkins] CVS: Products/PluginIndexes/TextIndex/tests - testSplitter.py:1.3
Andreas Jung
andreas@digicool.com
Mon, 6 Aug 2001 15:23:05 -0400
Update of /cvs-repository/Products/PluginIndexes/TextIndex/tests
In directory cvs.zope.org:/tmp/cvs-serv7396/lib/python/Products/PluginIndexes/TextIndex/tests
Modified Files:
testSplitter.py
Log Message:
test now works with testrunner
=== Products/PluginIndexes/TextIndex/tests/testSplitter.py 1.2 => 1.3 ===
import unittest,locale
-import Splitter
+from Products.PluginIndexes.TextIndex import Splitter
class TestCase( unittest.TestCase ):
@@ -134,7 +134,7 @@
def testZopeSplitter(self):
- """test ZopeSplitter"""
+ """test ZopeSplitter (this test is known to fail because it does not support ISO stuff) """
for text,splitted in self.testdata:
self._test("ZopeSplitter",text,splitted)