Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/testutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testutils.py')
-rw-r--r--tests/testutils.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/testutils.py b/tests/testutils.py
index a4efc0a..fc667db 100644
--- a/tests/testutils.py
+++ b/tests/testutils.py
@@ -8,7 +8,3 @@ def tmpData(data):
os.close(fd)
return fn
-def waitforindex(obj):
- # wait for any/all index managers associated with object to finish
- # indexing so that tests can do there thing
- obj.complete_indexing()