Tests: Updated to non-deprecated Boolean values

This commit is contained in:
Paul Beckingham
2016-09-04 16:13:23 -04:00
parent 0b729b5d97
commit d8bf209f29
23 changed files with 57 additions and 57 deletions

View File

@@ -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 (".");