From 324a646ef12ff6e837ef7f74c8a331c46c31f8da Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 8 Oct 2014 15:49:24 +0200 Subject: fixed some tests --- tests/psql/test1.MUST | 2 +- tests/sqlite/test1.cpp | 2 +- tests/sqlite/test2.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/psql/test1.MUST b/tests/psql/test1.MUST index eac72d2..9e43a7e 100644 --- a/tests/psql/test1.MUST +++ b/tests/psql/test1.MUST @@ -1,5 +1,5 @@ Conntected to database. -Backend protocol version: 90304 +Backend protocol version: 90305 Protocol version: 3 Prepared Statements: 1 a b diff --git a/tests/sqlite/test1.cpp b/tests/sqlite/test1.cpp index 458d4d2..6fcb567 100644 --- a/tests/sqlite/test1.cpp +++ b/tests/sqlite/test1.cpp @@ -2,7 +2,7 @@ #include #include -#include "sqlite3xx" +#include "sqlite3xx/sqlite3xx" using namespace sqlite3xx; using namespace std; diff --git a/tests/sqlite/test2.cpp b/tests/sqlite/test2.cpp index c3e0f59..06566e5 100644 --- a/tests/sqlite/test2.cpp +++ b/tests/sqlite/test2.cpp @@ -2,7 +2,7 @@ #include #include -#include "sqlite3xx" +#include "sqlite3xx/sqlite3xx" using namespace sqlite3xx; using namespace std; -- cgit v1.2.3-54-g00ecf