Unit Tests
- Fixed test that assumed old-style command usage. - Corrected duration unit tests.
This commit is contained in:
@@ -176,7 +176,7 @@ void Command::factory (std::map <std::string, Command*>& all)
|
||||
|
||||
c = new CmdCustom (
|
||||
*report,
|
||||
"task " + *report + " [tags] [attrs] desc...",
|
||||
"task " + *report + " [<filter>]",
|
||||
context.config.get ("report." + *report + ".description"));
|
||||
|
||||
all[c->keyword ()] = c;
|
||||
|
||||
Reference in New Issue
Block a user