chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Use users.db. trackdb* moves to lib/, as it's now used by client.c to
[disorder]
/
tests
/
files.py
diff --git
a/tests/files.py
b/tests/files.py
index 69e98d4f9a6df494f49c2f05f5bed72978dd343d..7c22ffcede5d49d9206969a180b17b8a12965a91 100755
(executable)
--- a/
tests/files.py
+++ b/
tests/files.py
@@
-23,6
+23,7
@@
import dtest,time,disorder,sys
def test():
"""Check that the file listing comes out right"""
dtest.start_daemon()
def test():
"""Check that the file listing comes out right"""
dtest.start_daemon()
+ dtest.create_user()
assert dtest.check_files() == 0, "dtest.check_files"
print " checking regexp file listing"
c = disorder.client()
assert dtest.check_files() == 0, "dtest.check_files"
print " checking regexp file listing"
c = disorder.client()