From: yomguy Date: Fri, 18 Jun 2010 23:40:47 +0000 (+0000) Subject: fix test paths X-Git-Tag: 0.3.2~124 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=841a2010cd2cc14fcb233b16c69789acb7befa71;p=timeside.git fix test paths --- diff --git a/timeside/tests/api/test_lolevel.py b/timeside/tests/api/test_lolevel.py index 2406cb6..421ce95 100644 --- a/timeside/tests/api/test_lolevel.py +++ b/timeside/tests/api/test_lolevel.py @@ -36,7 +36,7 @@ while True: max_level = analyzer.result() print "Max level: %f" % max_level -destination = "normalized.wav" +destination = "../results/guitar_normalized.wav" Encoder = WavEncoder print "Creating encoder with id=%s for: %s" % (Encoder.id(), destination) encoder = Encoder(destination) diff --git a/timeside/tests/api/test_pipe.py b/timeside/tests/api/test_pipe.py index 7c2404f..fb3dd6c 100644 --- a/timeside/tests/api/test_pipe.py +++ b/timeside/tests/api/test_pipe.py @@ -27,7 +27,7 @@ print "gain: %f" % gain print "duration: %f %s" % (duration.result(), duration.unit()) gain = Gain(gain) -encoder = WavEncoder("normalized.wav") +encoder = WavEncoder("../results/guitar_normalized.wav") subpipe = gain | maxlevel