summaryrefslogtreecommitdiff
path: root/gr-qtgui
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2012-07-29 14:48:19 -0400
committerTom Rondeau <trondeau@vt.edu>2012-07-29 14:48:19 -0400
commitd253890c08d3b5bb6c989dd278970e8f00294e9f (patch)
treef05e2fa490ffbbf81c11a220d6a04915b570ae90 /gr-qtgui
parent9902b1d9a9e0f5878b7f89e2a46e80aeda565d57 (diff)
qtgui: QA code reflects change in waterfall plot API.
Diffstat (limited to 'gr-qtgui')
-rwxr-xr-xgr-qtgui/python/qa_qtgui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-qtgui/python/qa_qtgui.py b/gr-qtgui/python/qa_qtgui.py
index 9b45a5c7e8..eb402a2084 100755
--- a/gr-qtgui/python/qa_qtgui.py
+++ b/gr-qtgui/python/qa_qtgui.py
@@ -58,11 +58,11 @@ class test_qtgui(gr_unittest.TestCase):
def test07(self):
self.qtsnk = qtgui.waterfall_sink_c(1024, gr.firdes.WIN_BLACKMAN_hARRIS,
- 0, 1, "Test", 1)
+ 0, 1, "Test")
def test08(self):
self.qtsnk = qtgui.waterfall_sink_f(1024, gr.firdes.WIN_BLACKMAN_hARRIS,
- 0, 1, "Test", 1)
+ 0, 1, "Test")
def test09(self):
self.qtsnk = qtgui.const_sink_c(1024, "Test", 1)