chiark
/
gitweb
/
~mdw
/
disorder
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
42f43a1
)
Add a missing rescan to tests/play.py
author
Richard Kettlewell
<rjk@greenend.org.uk>
Mon, 24 Mar 2008 00:01:32 +0000
(
00:01
+0000)
committer
Richard Kettlewell
<rjk@greenend.org.uk>
Mon, 24 Mar 2008 00:01:32 +0000
(
00:01
+0000)
tests/play.py
patch
|
blob
|
blame
|
history
diff --git
a/tests/play.py
b/tests/play.py
index 43deaff7dc9d04c794fc99957e8cec0190b7b19a..0013d7e3e62b420d4c0b496ffa3d598e1a2c0000 100755
(executable)
--- a/
tests/play.py
+++ b/
tests/play.py
@@
-24,6
+24,7
@@
def test():
"""Play some tracks"""
dtest.start_daemon()
dtest.create_user()
+ dtest.rescan() # ensure all files are scanned
c = disorder.client()
c.random_disable()
assert c.random_enabled() == False