X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/031f8feb8a0ce8c536e5121f51634ec0565ed403..e18c4734744e56b738ca2918dffe071f95f4c14b:/tests/dtest.py diff --git a/tests/dtest.py b/tests/dtest.py index 3937eb6..c37872d 100644 --- a/tests/dtest.py +++ b/tests/dtest.py @@ -87,7 +87,7 @@ Make track with relative path S exist""" trackdir = os.path.dirname(trackpath) if not os.path.exists(trackdir): os.makedirs(trackdir) - copyfile("%s/sounds/slap.ogg" % top_srcdir, trackpath) + copyfile("%s/sounds/long.ogg" % top_srcdir, trackpath) # We record the tracks we created so they can be tested against # server responses. We put them into NFC since that's what the server # uses internally. @@ -173,6 +173,7 @@ def default_config(encoding="UTF-8"): collection fs %s %s/tracks scratch %s/scratch.ogg gap 0 +queue_pad 5 stopword 01 02 03 04 05 06 07 08 09 10 stopword 1 2 3 4 5 6 7 8 9 stopword 11 12 13 14 15 16 17 18 19 20