X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/2956aeb4b9576d0a37aca1369e87a90b16a94a49..1971d159f07ef404d892710d5683e209a805f457:/tests/dtest.py diff --git a/tests/dtest.py b/tests/dtest.py index 3937eb6..fff1866 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.