summaryrefslogtreecommitdiff
path: root/tests/test8.cpp
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-08-28 16:42:22 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-08-28 16:42:22 +0200
commit0eb970d9e6007e784c6a1138616071aa5fc1d1e3 (patch)
tree1e7231d39e5ebba623f57c27987819266fa4d614 /tests/test8.cpp
parent39c43cfb81dfe40a37e0b9b07e1f407f29fd3976 (diff)
downloadsqlitexx-0eb970d9e6007e784c6a1138616071aa5fc1d1e3.tar.gz
sqlitexx-0eb970d9e6007e784c6a1138616071aa5fc1d1e3.tar.bz2
fixed test 8 db and started a test 9 for multi-threading
Diffstat (limited to 'tests/test8.cpp')
-rw-r--r--tests/test8.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test8.cpp b/tests/test8.cpp
index 427ca71..c4a5ae8 100644
--- a/tests/test8.cpp
+++ b/tests/test8.cpp
@@ -32,11 +32,11 @@ using namespace sqlite3xx;
using namespace std;
int main( ) {
- (void)unlink( "test3.db" );
+ (void)unlink( "test8.db" );
try {
cout << "creating DB.." << endl;
- connection c( "test3.db" );
+ connection c( "test8.db" );
cout << "connection object is " << c << endl;
cout << "starting transaction.." << endl;