From 98a3a1ce7462fe0c1662168c2c91c765eb8f841b Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Thu, 6 Jan 2011 10:26:54 -0500 Subject: [PATCH] Fixed error in the name of the test_filter output files. --- gnuradio-core/src/tests/test_filter.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnuradio-core/src/tests/test_filter.cc b/gnuradio-core/src/tests/test_filter.cc index 90fe66c2..2781cfb3 100644 --- a/gnuradio-core/src/tests/test_filter.cc +++ b/gnuradio-core/src/tests/test_filter.cc @@ -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); -- 2.30.2