Unit Tests

- Fixed a series of bugs to improve the test suite results.
This commit is contained in:
Paul Beckingham
2009-06-28 01:04:23 -04:00
parent f3d3126839
commit ce4f26bdf3
7 changed files with 32 additions and 22 deletions

View File

@@ -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;