From d624f458ece26f0ed9de125047269f05d5c80a25 Mon Sep 17 00:00:00 2001 From: jcorgan Date: Fri, 17 Apr 2009 20:35:43 +0000 Subject: [PATCH] Minor fix to last checkin git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10872 221aa14e-8319-0410-a670-987f0aec2ac5 --- gnuradio-core/src/python/gnuradio/gr/qa_hier_block2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnuradio-core/src/python/gnuradio/gr/qa_hier_block2.py b/gnuradio-core/src/python/gnuradio/gr/qa_hier_block2.py index 4efcb171..36739961 100755 --- a/gnuradio-core/src/python/gnuradio/gr/qa_hier_block2.py +++ b/gnuradio-core/src/python/gnuradio/gr/qa_hier_block2.py @@ -284,7 +284,7 @@ class test_hier_block2(gr_unittest.TestCase): gr.io_signature(1, 1, gr.sizeof_char), gr.io_signature(0, 0, 0)) dst = gr.vector_sink_b() - tb.connect(gr.vector_source_b([1,]), hb1) + tb.connect(src, hb1) hb1.connect(hb1, hb2) hb2.connect(hb2, gr.kludge_copy(gr.sizeof_char), dst) tb.run() -- 2.47.2