From: yomguy Date: Wed, 19 Oct 2011 09:28:08 +0000 (+0000) Subject: fix test analyzer 3 X-Git-Tag: 0.3.2~21 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7649bf2134910539c702e2e0930df837baa731e0;p=timeside.git fix test analyzer 3 --- diff --git a/timeside/tests/api/test_analyzer3.py b/timeside/tests/api/test_analyzer3.py index 31b4604..f0a0947 100644 --- a/timeside/tests/api/test_analyzer3.py +++ b/timeside/tests/api/test_analyzer3.py @@ -27,7 +27,7 @@ class TestAnalyzer: print {'name':self.analyzer.name(), 'id':self.analyzer.id(), 'unit':self.analyzer.unit(), - 'value':str(value)} + 'value':str(analyzer.value())} test = TestAnalyzer(sys.argv[-1]) test.process()