X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Console%2FParsedCommand.test.cc;h=c850ca842923154fb3c13374ce26e51475574aa4;hb=f47679431aa3461936ee4a85c0c4216e44292b55;hp=94ab8fabaa9e45b7edefedee94ad5edb9f5cb140;hpb=ef4c5558d6a52367bd7040530d40c7616f6f5b71;p=senf.git diff --git a/Console/ParsedCommand.test.cc b/Console/ParsedCommand.test.cc index 94ab8fa..c850ca8 100644 --- a/Console/ParsedCommand.test.cc +++ b/Console/ParsedCommand.test.cc @@ -118,7 +118,7 @@ BOOST_AUTO_UNIT_TEST(parsedCommand) { std::stringstream ss; - using namespace senf::console::tag; + using namespace senf::console::kw; dir.add("cb", &cb1) .doc( @@ -133,11 +133,11 @@ BOOST_AUTO_UNIT_TEST(parsedCommand) "Lo nam balnearius Opprimo Pennatus, no decentia sui, dicto esse se pulchritudo,\n" "pupa Sive res indifferenter. Captivo pa." ) - .arg( description_ = "Bar didelfrump di desgorb. Nu widsoflar brimeldrgf." ) + .arg( description = "Bar didelfrump di desgorb. Nu widsoflar brimeldrgf." ) - .arg( name_ = "checkup", - description_ = "Florgel, dargel and durgel", - default_value_ = 2.1 ); + .arg( name = "checkup", + description = "Florgel, dargel and durgel", + default_value = 2.1 ); senf::console::OverloadedCommandNode & cbNode ( dir.add("cb", &cb5)