Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/milestone_1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/milestone_1.txt')
-rw-r--r--tests/milestone_1.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/milestone_1.txt b/tests/milestone_1.txt
index 48d09bc..35e8fb6 100644
--- a/tests/milestone_1.txt
+++ b/tests/milestone_1.txt
@@ -12,7 +12,6 @@ datastore.
First, create and connect the store.
->>> from testutils import waitforindex
>>> import os
>>> assert os.system('rm -rf /tmp/test_ds') == 0
@@ -39,7 +38,7 @@ Note that we retain no reference to the created documents.
Now we should be able to test the first requirement.
* Get the unique ids of all the objects in the store.
->>> waitforindex(ds)
+>>> ds.complete_indexing()
>>> results, count = ds.find()