From f845cd62f4bc202dc3c23a916a6699a1afb2f40d Mon Sep 17 00:00:00 2001 From: jcorgan Date: Tue, 27 Nov 2007 20:06:08 +0000 Subject: Implements ticket:208 git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7045 221aa14e-8319-0410-a670-987f0aec2ac5 --- gr-radio-astronomy/src/python/qa_ra.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gr-radio-astronomy/src/python/qa_ra.py') diff --git a/gr-radio-astronomy/src/python/qa_ra.py b/gr-radio-astronomy/src/python/qa_ra.py index 687a75c6a..1c44e23ad 100755 --- a/gr-radio-astronomy/src/python/qa_ra.py +++ b/gr-radio-astronomy/src/python/qa_ra.py @@ -26,10 +26,10 @@ import ra class qa_ra (gr_unittest.TestCase): def setUp (self): - self.fg = gr.flow_graph () + self.tb = gr.top_block () def tearDown (self): - self.fg = None + self.tb = None def test_000_(self): # ensure that we can load the module pass -- cgit