Merged r7001:7035 from jcorgan/t202 into trunk. Implements ticket:202, converting...
[debian/gnuradio] / gnuradio-core / src / python / gnuradio / gr / qa_fractional_interpolator.py
index 87f374bd0b6b3394ea69b58d341e0b3ca9820763..4466e8aab6b1bb6d71bf424052b076654ee6e4ae 100755 (executable)
@@ -25,10 +25,10 @@ from gnuradio import gr, gr_unittest
 class test_fractional_resampler (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_make(self):
         op = gr.fractional_interpolator_ff(0.0, 1.0)