comparison 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
comparison
equal deleted inserted replaced
136:fe180eae201d 137:0e97abc7b950
323 323
324 int main(int argc, char **argv) 324 int main(int argc, char **argv)
325 { 325 {
326 // Initialize Google's logging library. 326 // Initialize Google's logging library.
327 FLAGS_logtostderr = true; 327 FLAGS_logtostderr = true;
328 FLAGS_minloglevel = 0;
329 FLAGS_v = 1;
328 google::InitGoogleLogging("Orthanc"); 330 google::InitGoogleLogging("Orthanc");
329 331
330 OrthancInitialize(); 332 OrthancInitialize();
331 ::testing::InitGoogleTest(&argc, argv); 333 ::testing::InitGoogleTest(&argc, argv);
332 int result = RUN_ALL_TESTS(); 334 int result = RUN_ALL_TESTS();