summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2011-01-06 10:27:53 -0500
committerTom Rondeau <trondeau@vt.edu>2011-01-06 10:27:53 -0500
commit2073fa2c09aab3c6ec20f7e75f210cacf243fa44 (patch)
treecf100c8aa3f9437f5f34257862a89cdcba4cc1eb
parentfa0ee85a13c067fa05a6ecb4c0bd3327a3a5fcf5 (diff)
parent98a3a1ce7462fe0c1662168c2c91c765eb8f841b (diff)
Merge branch 'master' into next
* master: Fixed error in the name of the test_filter output files.
-rw-r--r--gnuradio-core/src/tests/test_filter.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-core/src/tests/test_filter.cc b/gnuradio-core/src/tests/test_filter.cc
index 90fe66c2f5..2781cfb357 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);