Fixed error in the name of the test_filter output files.
authorTom Rondeau <trondeau@vt.edu>
Thu, 6 Jan 2011 15:26:54 +0000 (10:26 -0500)
committerTom Rondeau <trondeau@vt.edu>
Thu, 6 Jan 2011 15:26:54 +0000 (10:26 -0500)
gnuradio-core/src/tests/test_filter.cc

index 90fe66c2f53a97db974ae415fe1489fd5e4b0f29..2781cfb3578a47c30b444df2b016586dc0d25a37 100644 (file)
@@ -30,7 +30,7 @@ int
 main (int argc, char **argv)
 {
   char path[200];
-  get_unittest_path ("gnuradio_core_atsc.xml", path, 200);
+  get_unittest_path ("gnuradio_core_filter.xml", path, 200);
   
   CppUnit::TextTestRunner runner;
   std::ofstream xmlfile(path);