[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndex/tests - testSplitter.py:1.6.16.2

Jens Vagelpohl jens@zope.com
Wed, 20 Feb 2002 11:19:29 -0500


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

Modified Files:
      Tag: Zope-2_5-branch
	testSplitter.py 
Log Message:
Merge removal of RCS substitution code from HEAD to 2.5



=== Zope/lib/python/Products/PluginIndexes/TextIndex/tests/testSplitter.py 1.6.16.1 => 1.6.16.2 ===
     def testISOSplitter(self):
         """test ISOSplitter"""
-        import sys, warnings
-        
-        if sys.platform in ('darwin5',):
-            warnings.warn("Due to internal problems on Mac OS-X, this test is disabled")
-            return
-
         for text,splitted in self.testdata:
             self._test("ISO_8859_1_Splitter",text,splitted)