chiark / gitweb /
Tests now use a somewhat longer track, to reduce the chance that a
[disorder] / tests / dtest.py
index 3937eb6f7568ed03144269e7ee6e5c9c6100b7c3..fff18664a77c951855f3827045145cdad9132fa7 100644 (file)
@@ -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.