summaryrefslogtreecommitdiffstats
path: root/tdeabc/tests/testdb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeabc/tests/testdb.cpp')
-rw-r--r--tdeabc/tests/testdb.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeabc/tests/testdb.cpp b/tdeabc/tests/testdb.cpp
index c6b02c14a..edc4570ac 100644
--- a/tdeabc/tests/testdb.cpp
+++ b/tdeabc/tests/testdb.cpp
@@ -20,12 +20,12 @@ int main(int argc,char **argv)
AddressBook ab;
- ResourceSql r( &ab, "root", "kde4ever", "localhost" );
+ ResourceSql r( &ab, "root", "kde4ever", "tdeabc", "localhost" );
if ( ! r.open() ) {
kdDebug() << "Failed to open resource." << endl;
}
- r.load( &ab );
+ r.load();
r.close();