Tests: Updated to non-deprecated Boolean values

This commit is contained in:
Paul Beckingham 2016-09-04 16:13:23 -04:00
parent 2e11c3c104
commit 43e1a2c991
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 (".");