X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gr-radio-astronomy%2Fsrc%2Fpython%2Fqa_ra.py;h=1c44e23adaeb8445091c5dfedfcabeb0a92099c1;hb=ea29b08aeb54227e6628f655ccfdb96fe4d8c378;hp=687a75c6a2d8d576c125c27f5fb72e3242bd003e;hpb=09a1e803a9e6587c78d20cdf16891e5295874668;p=debian%2Fgnuradio diff --git a/gr-radio-astronomy/src/python/qa_ra.py b/gr-radio-astronomy/src/python/qa_ra.py index 687a75c6..1c44e23a 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