Unit Tests
- Fixed a series of bugs to improve the test suite results.
This commit is contained in:
@@ -449,7 +449,6 @@ bool taskDiff (const Task& before, const Task& after)
|
||||
|
||||
foreach (name, beforeAtts)
|
||||
if (*name != "uuid" &&
|
||||
after.get (*name) != "" &&
|
||||
before.get (*name) != after.get (*name))
|
||||
return true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user