mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
remove TDB2::commit call from tests
This commit is contained in:
parent
3b4113c61a
commit
02de8dfe67
1 changed files with 0 additions and 3 deletions
|
@ -100,13 +100,10 @@ int main (int, char**)
|
|||
t.is ((int) num_reverts_possible, 7, "TDB2 after add, 7 undo lines");
|
||||
t.is ((int) num_local_changes, 2, "TDB2 after add, 2 backlog task");
|
||||
|
||||
context.tdb2.commit ();
|
||||
|
||||
// Reset for reuse.
|
||||
cleardb ();
|
||||
context.tdb2.open_replica (".", true);
|
||||
|
||||
// TODO commit
|
||||
// TODO complete a task
|
||||
// TODO gc
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue