From 2652a20330ea1238d561ce799c40833e46d3508c Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Mon, 4 Oct 2010 20:18:46 -0400 Subject: Updating all of the QA code that I can actually test to work with the new XML output runners. --- gr-video-sdl/src/qa_video_sdl.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gr-video-sdl/src') diff --git a/gr-video-sdl/src/qa_video_sdl.py b/gr-video-sdl/src/qa_video_sdl.py index 98da85f6b..8f82a60b1 100755 --- a/gr-video-sdl/src/qa_video_sdl.py +++ b/gr-video-sdl/src/qa_video_sdl.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2006 Free Software Foundation, Inc. +# Copyright 2006,2010 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -23,7 +23,7 @@ from gnuradio import gr, gr_unittest import video_sdl -class qa_video_sdl (gr_unittest.TestCase): +class test_video_sdl (gr_unittest.TestCase): def setUp (self): self.tb = gr.top_block () @@ -37,4 +37,4 @@ class qa_video_sdl (gr_unittest.TestCase): pass if __name__ == '__main__': - gr_unittest.main () + gr_unittest.run(test_video_sdl, "test_video_sdl.xml") -- cgit