chiark
/
gitweb
/
~mdw
/
disorder
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
0c6bcae
)
teach test environment about track types
author
Richard Kettlewell
<rjk@greenend.org.uk>
Mon, 19 Nov 2007 21:21:50 +0000
(21:21 +0000)
committer
Richard Kettlewell
<rjk@greenend.org.uk>
Mon, 19 Nov 2007 21:21:50 +0000
(21:21 +0000)
tests/dtest.py
patch
|
blob
|
blame
|
history
diff --git
a/tests/dtest.py
b/tests/dtest.py
index ff19f2a868d70c1ae420ba3c58408dc7aa4a4bf9..2bc834a1672ffae530cd7a36e067ddae1fac7a6f 100644
(file)
--- a/
tests/dtest.py
+++ b/
tests/dtest.py
@@
-139,6
+139,15
@@
stopword the a an and to too in on of we i am as im for is
username fred
password fredpass
allow fred fredpass
username fred
password fredpass
allow fred fredpass
+plugins ../plugins
+player *.mp3 execraw disorder-decode
+player *.ogg execraw disorder-decode
+player *.wav execraw disorder-decode
+player *.flac execraw disorder-decode
+tracklength *.mp3 disorder-tracklength
+tracklength *.ogg disorder-tracklength
+tracklength *.wav disorder-tracklength
+tracklength *.flac disorder-tracklength
""" % (testroot, testroot, testroot, testroot))
copyfile("%s/sounds/scratch.ogg" % topsrcdir,
"%s/scratch.ogg" % testroot)
""" % (testroot, testroot, testroot, testroot))
copyfile("%s/sounds/scratch.ogg" % topsrcdir,
"%s/scratch.ogg" % testroot)