Unit Tests
- Because taskDifferences now uses ucFirst on attribute names, three tests fail.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user