mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
Tests: Updated to non-deprecated Boolean values
This commit is contained in:
parent
2e11c3c104
commit
43e1a2c991
23 changed files with 57 additions and 57 deletions
|
@ -52,8 +52,8 @@ int main (int, char**)
|
|||
unlink ("./backlog.data");
|
||||
|
||||
// Set the context to allow GC.
|
||||
context.config.set ("gc", "on");
|
||||
context.config.set ("debug", "on");
|
||||
context.config.set ("gc", 1);
|
||||
context.config.set ("debug", 1);
|
||||
|
||||
context.tdb2.set_location (".");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue