From: Thomas Fillon Date: Mon, 15 Sep 2014 14:25:28 +0000 (+0200) Subject: fix(test_decoding_stack): remove reference analyzer from stack X-Git-Tag: 0.6~4^2~37 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3e14cf8cec37a226e7a9e291be2424da88216508;p=timeside.git fix(test_decoding_stack): remove reference analyzer from stack --- diff --git a/tests/test_decoding_stack.py b/tests/test_decoding_stack.py index 447fac8..0dc503f 100755 --- a/tests/test_decoding_stack.py +++ b/tests/test_decoding_stack.py @@ -72,6 +72,8 @@ class TestDecodingFromStack(unittest.TestCase): # without decoding the audio source again. #Let's define a second analyzer equivalent to the previous one: + # Remove level_on_file from pipe + pipe.processors.pop() level_on_stack = Level() pipe |= level_on_stack pipe.run()