comparison UnitTests/SQLite.cpp @ 63:f1d0470ff334 orthanc-renaming

renaming unittests
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 16 Sep 2012 09:33:55 +0200
parents a15e90e5d6fc
children 0e97abc7b950
comparison
equal deleted inserted replaced
62:a70bb32802ae 63:f1d0470ff334
4 #include "../Core/SQLite/Connection.h" 4 #include "../Core/SQLite/Connection.h"
5 #include "../Core/SQLite/Statement.h" 5 #include "../Core/SQLite/Statement.h"
6 6
7 #include <sqlite3.h> 7 #include <sqlite3.h>
8 8
9 using namespace Palanthir; 9 using namespace Orthanc;
10 10
11 11
12 TEST(SQLite, Configuration) 12 TEST(SQLite, Configuration)
13 { 13 {
14 ASSERT_EQ(1, sqlite3_threadsafe()); 14 ASSERT_EQ(1, sqlite3_threadsafe());