summaryrefslogtreecommitdiff
path: root/tests/test8.cpp
diff options
context:
space:
mode:
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;