From: yomguy <> Date: Mon, 29 Sep 2008 23:12:02 +0000 (+0000) Subject: Clean binaries, add sweep wav file X-Git-Tag: 1.1~790 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=e1c9505d206f26aef4672aa8f3d8d0316451425b;p=telemeta.git Clean binaries, add sweep wav file --- diff --git a/tests/export_test.py b/tests/export_test.py index 01d35a8c..53e48c4a 100644 --- a/tests/export_test.py +++ b/tests/export_test.py @@ -17,14 +17,13 @@ from telemeta.core import * from telemeta.core import ComponentManager cache_dir = 'cache/' -#source = 'samples/wav/The Chicken-James Brown.wav' -source = 'samples/wav/Cellar - Show Me - 02.wav' +source = 'samples/wav/sweep.wav' item_id = '10' metadata = {'identifier': 'Test', #collection - 'title': 'Show Me', - 'creator': 'Cellar', - 'type': 'House', - 'date': '2004', + 'title': 'Sweep', + 'creator': 'YomGuy', + 'type': 'Techno', + 'date': '2008', 'publisher': 'Parisson', } options = {'verbose': '1'} diff --git a/tests/samples/wav/Cellar - Show Me - 02.wav b/tests/samples/wav/Cellar - Show Me - 02.wav deleted file mode 100755 index aa1e9df8..00000000 Binary files a/tests/samples/wav/Cellar - Show Me - 02.wav and /dev/null differ diff --git a/tests/samples/wav/sweep.wav b/tests/samples/wav/sweep.wav new file mode 100644 index 00000000..9c2febe6 Binary files /dev/null and b/tests/samples/wav/sweep.wav differ