mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 13:37:20 +02:00
Unit Tests
- Fixed a series of bugs to improve the test suite results.
This commit is contained in:
parent
f3d3126839
commit
ce4f26bdf3
7 changed files with 32 additions and 22 deletions
|
@ -856,9 +856,10 @@ std::string handleModify ()
|
|||
{
|
||||
std::string question = taskDifferences (before, *other) + "Are you sure?";
|
||||
if (changes && permission.confirmed (question))
|
||||
{
|
||||
context.tdb.update (*other);
|
||||
|
||||
++count;
|
||||
++count;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue