chiark / gitweb /
Use users.db. trackdb* moves to lib/, as it's now used by client.c to
[disorder] / tests / search.py
index 01ab893efa5360f742a2bb738ec6be95fdfd78c0..3be6ec932a0074f73713beacdde9de18c80c093d 100755 (executable)
@@ -41,6 +41,7 @@ def check_search_results(terms, expected):
 def test():
     """Check that the search produces the right results"""
     dtest.start_daemon()
+    dtest.create_user()
     time.sleep(2)                       # give rescan a chance
     global client
     client = disorder.client()