summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-10-08 15:49:24 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2014-10-08 15:49:24 +0200
commit324a646ef12ff6e837ef7f74c8a331c46c31f8da (patch)
treed1c2ffa5b09a614e62ca4bdfa65c1524a26454ac /tests
parent0b58dfebe6070ace895fdc3970020b2d01799269 (diff)
downloadcrawler-324a646ef12ff6e837ef7f74c8a331c46c31f8da.tar.gz
crawler-324a646ef12ff6e837ef7f74c8a331c46c31f8da.tar.bz2
fixed some tests
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;