Commit e867a6ab authored by Andreas Jung's avatar Andreas Jung

test now works with testrunner

parent cfb4ea1f
......@@ -92,7 +92,7 @@ except ImportError:
import Testing
import unittest,locale
import Splitter
from Products.PluginIndexes.TextIndex import Splitter
class TestCase( unittest.TestCase ):
......@@ -134,7 +134,7 @@ class TestCase( unittest.TestCase ):
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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment