Unit Tests

- Because taskDifferences now uses ucFirst on attribute names, three
  tests fail.
This commit is contained in:
Paul Beckingham
2011-03-30 00:35:06 -04:00
parent 628fbd6b64
commit 38576ba08a
3 changed files with 5 additions and 255 deletions

View File

@@ -147,7 +147,6 @@ std::string taskDifferences (const Task& before, const Task& after)
<< "'.\n";
}
// Shouldn't just say nothing.
if (out.str ().length () == 0)
out << " - No changes will be made.\n";