From: Richard Kettlewell Date: Mon, 19 Nov 2007 21:21:50 +0000 (+0000) Subject: teach test environment about track types X-Git-Tag: debian-1_5_99dev8~16 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/be3ebd90ab20f419c318cc34764283393f9ca801 teach test environment about track types --- diff --git a/tests/dtest.py b/tests/dtest.py index ff19f2a..2bc834a 100644 --- 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 +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)