summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/psql/test1.MUST2
-rw-r--r--tests/sqlite/test1.cpp2
-rw-r--r--tests/sqlite/test2.cpp2
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 <sstream>
#include <stdio.h>
-#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 <sstream>
#include <stdio.h>
-#include "sqlite3xx"
+#include "sqlite3xx/sqlite3xx"
using namespace sqlite3xx;
using namespace std;