comparison UnitTests/SQLite.cpp @ 50:a15e90e5d6fc

rename in code
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 Sep 2012 15:50:12 +0200
parents 3959d33612cc
children f1d0470ff334
comparison
equal deleted inserted replaced
49:e1a3ae0dadf3 50:a15e90e5d6fc
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 Palantir; 9 using namespace Palanthir;
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());