Skip to content
Snippets Groups Projects
Commit 0ff0a340 authored by ilor's avatar ilor
Browse files

kill data driven tests debug output

parent f4cdbdee
Branches
No related merge requests found
...@@ -229,7 +229,7 @@ void init_data_rule_suite(boost::unit_test::test_suite *ts, const std::string& p ...@@ -229,7 +229,7 @@ void init_data_rule_suite(boost::unit_test::test_suite *ts, const std::string& p
std::string rel_path = boost::algorithm::replace_first_copy( std::string rel_path = boost::algorithm::replace_first_copy(
ci.rule_file.string(), subdir_name, ""); ci.rule_file.string(), subdir_name, "");
std::string name = "rule_data_test:" + rel_path; std::string name = "rule_data_test:" + rel_path;
std::cout << name << "\n"; //std::cout << name << "\n";
ts->add(boost::unit_test::make_test_case( ts->add(boost::unit_test::make_test_case(
boost::bind(test_one_rule_item, ci), name)); boost::bind(test_one_rule_item, ci), name));
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment