[Zope3-checkins] CVS: Zope3/src/zope/app/index/text/tests - test_batchedrankedprocessor.py:1.3 test_index.py:1.4

Steve Alexander steve@cat-box.net
Sat, 28 Dec 2002 12:49:57 -0500


Update of /cvs-repository/Zope3/src/zope/app/index/text/tests
In directory cvs.zope.org:/tmp/cvs-serv912/src/zope/app/index/text/tests

Modified Files:
	test_batchedrankedprocessor.py test_index.py 
Log Message:
Compressed various independent modules in zope.app.traversing into 
far fewer modules.
Also, changed the place where the textindex lives to one level higher.


=== Zope3/src/zope/app/index/text/tests/test_batchedrankedprocessor.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/index/text/tests/test_batchedrankedprocessor.py:1.2	Wed Dec 25 09:12:56 2002
+++ Zope3/src/zope/app/index/text/tests/test_batchedrankedprocessor.py	Sat Dec 28 12:49:27 2002
@@ -23,8 +23,8 @@
 from zope.component import getAdapter
 
 from zope.textindex.textindexinterfaces import IQuerying
-from zope.app.interfaces.index.interfaces import IBatchedQuery, ITextIndexQuery, \
-    IBatchedResult, IRankedHubIdList
+from zope.app.interfaces.index.interfaces import \
+    IBatchedQuery, ITextIndexQuery, IBatchedResult, IRankedHubIdList
 
 from zope.app.index.text.processors import \
     BatchedRankedProcessor, IBatchedRankedProcessor


=== Zope3/src/zope/app/index/text/tests/test_index.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/index/text/tests/test_index.py:1.3	Sat Dec 28 09:13:24 2002
+++ Zope3/src/zope/app/index/text/tests/test_index.py	Sat Dec 28 12:49:27 2002
@@ -34,7 +34,7 @@
      ObjectModifiedHubEvent
 from zope.app.services.hub import ObjectHub
 
-from zope.app.interfaces.index.text.interfaces import ISearchableText
+from zope.app.interfaces.index.text import ISearchableText
 from zope.app.index.text.index import TextIndex