comparison SQLite/UnitTests/UnitTestsMain.cpp @ 335:7ec461718edb

unit test of metadata and tags in UTF8
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Aug 2021 11:07:55 +0200
parents 35598014f140
children 16aac0287485
comparison
equal deleted inserted replaced
334:75ff5ce4a995 335:7ec461718edb
109 int main(int argc, char **argv) 109 int main(int argc, char **argv)
110 { 110 {
111 ::testing::InitGoogleTest(&argc, argv); 111 ::testing::InitGoogleTest(&argc, argv);
112 Orthanc::Logging::Initialize(); 112 Orthanc::Logging::Initialize();
113 Orthanc::Logging::EnableInfoLevel(true); 113 Orthanc::Logging::EnableInfoLevel(true);
114 Orthanc::Logging::EnableTraceLevel(true); 114 // Orthanc::Logging::EnableTraceLevel(true);
115 115
116 int result = RUN_ALL_TESTS(); 116 int result = RUN_ALL_TESTS();
117 117
118 Orthanc::Logging::Finalize(); 118 Orthanc::Logging::Finalize();
119 119