- Fixed bug #899, which displayed incorrect project completion numbers (thanks
  to Paul-Gheorghe Barbu).
- Added unit tests.
This commit is contained in:
Paul Beckingham 2012-01-29 17:44:43 -05:00
parent c092b027a6
commit bf9e14f581
5 changed files with 68 additions and 15 deletions

View file

@ -66,7 +66,6 @@ int CmdLog::execute (std::string& output)
throw std::string (STRING_CMD_LOG_NO_WAITING);
context.tdb2.add (task);
context.footnote (onProjectChange (task));
context.tdb2.commit ();