[Zope-Checkins] CVS: Zope2 - testPathIndex.py:1.1.2.11

Andreas Jung andreas@digicool.com
Wed, 23 May 2001 15:56:09 -0400


Update of /cvs-repository/Zope2/lib/python/Products/PluginIndexes/tests
In directory yetix:/work/sandboxes/ajung-dropin-registry/lib/python/Products/PluginIndexes/tests

Modified Files:
      Tag: ajung-dropin-registry
	testPathIndex.py 
Log Message:
wrong test checked for a wrong result



--- Updated File testPathIndex.py in package Zope2 --
--- testPathIndex.py	2001/05/21 16:27:07	1.1.2.10
+++ testPathIndex.py	2001/05/23 19:56:03	1.1.2.11
@@ -156,7 +156,7 @@
         assert len( self._index ) == 0
         assert self._index.getEntryForObject( 1234 ) is None
         self._index.unindex_object( 1234 ) # nothrow
-        assert self._index._apply_index( {"path":"xxx"} ) is None
+        assert self._index._apply_index( {"suxpath":"xxx"} ) is None
 
 
     def testUnIndex( self ):