]> git.parisson.com Git - timeside.git/commitdiff
fix(test_decoding_stack): remove reference analyzer from stack
authorThomas Fillon <thomas@parisson.com>
Mon, 15 Sep 2014 14:25:28 +0000 (16:25 +0200)
committerThomas Fillon <thomas@parisson.com>
Mon, 15 Sep 2014 14:25:28 +0000 (16:25 +0200)
tests/test_decoding_stack.py

index 447fac81a1c431f40a2a9d1e2d9ad5936d00a528..0dc503f1f505353178388332aeb14d25ab91c832 100755 (executable)
@@ -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()