comparison OrthancServer/UnitTestsSources/ServerIndexTests.cpp @ 4062:0953b3dc3261 framework

pretty-printing
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 14:38:31 +0200
parents 05b8fd21089c
children d9473bd5ed43
comparison
equal deleted inserted replaced
4061:496e07123e37 4062:0953b3dc3261
30 * along with this program. If not, see <http://www.gnu.org/licenses/>. 30 * along with this program. If not, see <http://www.gnu.org/licenses/>.
31 **/ 31 **/
32 32
33 33
34 #include "PrecompiledHeadersUnitTests.h" 34 #include "PrecompiledHeadersUnitTests.h"
35 #include "gtest/gtest.h" 35 #include <gtest/gtest.h>
36 36
37 #include "../../OrthancFramework/Sources/Compatibility.h" 37 #include "../../OrthancFramework/Sources/Compatibility.h"
38 #include "../../OrthancFramework/Sources/FileStorage/FilesystemStorage.h" 38 #include "../../OrthancFramework/Sources/FileStorage/FilesystemStorage.h"
39 #include "../../OrthancFramework/Sources/FileStorage/MemoryStorageArea.h" 39 #include "../../OrthancFramework/Sources/FileStorage/MemoryStorageArea.h"
40 #include "../../OrthancFramework/Sources/Logging.h" 40 #include "../../OrthancFramework/Sources/Logging.h"
41
41 #include "../Sources/Database/SQLiteDatabaseWrapper.h" 42 #include "../Sources/Database/SQLiteDatabaseWrapper.h"
42 #include "../Sources/Search/DatabaseLookup.h" 43 #include "../Sources/Search/DatabaseLookup.h"
43 #include "../Sources/ServerContext.h" 44 #include "../Sources/ServerContext.h"
44 #include "../Sources/ServerToolbox.h" 45 #include "../Sources/ServerToolbox.h"
45 46