X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gr-audio-windows%2Fsrc%2Fqa_audio_windows.py;h=0d14535a66ab805e03ecea3722ad34eeb0a64ee5;hb=ea29b08aeb54227e6628f655ccfdb96fe4d8c378;hp=065686ad3f87e053eda6c63c9bafca4bc9438795;hpb=09a1e803a9e6587c78d20cdf16891e5295874668;p=debian%2Fgnuradio diff --git a/gr-audio-windows/src/qa_audio_windows.py b/gr-audio-windows/src/qa_audio_windows.py index 065686ad..0d14535a 100755 --- a/gr-audio-windows/src/qa_audio_windows.py +++ b/gr-audio-windows/src/qa_audio_windows.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2005 Free Software Foundation, Inc. +# Copyright 2005,2007 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -26,10 +26,10 @@ import audio_windows class qa_oss (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_nop (self): """Just see if we can import the module...