X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FConsole%2FParse.test.cc;h=41b809f886543286d1873924d05422efdda8f46c;hb=941ca33da6ee01d78c07fa6b514de10da1ef3948;hp=dc9bafba1dbe3933a8c513806e8f1cfbc88a862c;hpb=247619677f93babcb621649e3728238bfdbc8646;p=senf.git diff --git a/senf/Utils/Console/Parse.test.cc b/senf/Utils/Console/Parse.test.cc index dc9bafb..41b809f 100644 --- a/senf/Utils/Console/Parse.test.cc +++ b/senf/Utils/Console/Parse.test.cc @@ -31,7 +31,7 @@ // Custom includes #include -#include "Parse.hh" +#include "Console.hh" #include "Parse.ih" #include @@ -77,7 +77,7 @@ namespace }; } -BOOST_AUTO_UNIT_TEST(commandGrammar) +SENF_AUTO_UNIT_TEST(commandGrammar) { senf::console::detail::CommandGrammar::Context context; std::stringstream ss; @@ -198,7 +198,7 @@ namespace { { commands.push_back(i); } } -BOOST_AUTO_UNIT_TEST(commandParser) +SENF_AUTO_UNIT_TEST(commandParser) { senf::console::CommandParser parser; @@ -288,7 +288,7 @@ namespace { } } -BOOST_AUTO_UNIT_TEST(checkedArgumentIterator) +SENF_AUTO_UNIT_TEST(checkedArgumentIterator) { senf::console::CommandParser parser; @@ -318,7 +318,7 @@ BOOST_AUTO_UNIT_TEST(checkedArgumentIterator) commands.clear(); } -BOOST_AUTO_UNIT_TEST(parseIncremental) +SENF_AUTO_UNIT_TEST(parseIncremental) { senf::console::CommandParser parser; @@ -340,7 +340,7 @@ namespace { } } -BOOST_AUTO_UNIT_TEST(parseExceptions) +SENF_AUTO_UNIT_TEST(parseExceptions) { senf::console::CommandParser parser; std::string msg;