diff UnitTests/main.cpp @ 137:0e97abc7b950

fix of a bug in older versions of sqlite
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 10 Oct 2012 13:13:14 +0200
parents 3b45473c0a73
children c08fbad40ddd
line wrap: on
line diff
--- a/UnitTests/main.cpp	Tue Oct 09 18:21:01 2012 +0200
+++ b/UnitTests/main.cpp	Wed Oct 10 13:13:14 2012 +0200
@@ -325,6 +325,8 @@
 {
   // Initialize Google's logging library.
   FLAGS_logtostderr = true;
+  FLAGS_minloglevel = 0;
+  FLAGS_v = 1;
   google::InitGoogleLogging("Orthanc");
 
   OrthancInitialize();