summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ae32792)
raw | patch | inline | side by side (parent: ae32792)
author | Sebastian Harl <sh@tokkee.org> | |
Thu, 2 Jan 2014 00:14:17 +0000 (01:14 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Thu, 2 Jan 2014 00:14:17 +0000 (01:14 +0100) |
… by resetting state as needed.
t/utils/dbi_test.c | patch | blob | history |
diff --git a/t/utils/dbi_test.c b/t/utils/dbi_test.c
index c355e6442cf9b29eb3050d766751a683f191d3e6..10447e9962980108c1aa430ad27253f0d2d381f2 100644 (file)
--- a/t/utils/dbi_test.c
+++ b/t/utils/dbi_test.c
client = sdb_dbi_client_create("mockdriver", "mockdatabase");
fail_unless(client != NULL,
"sdb_dbi_client_create() = NULL; expected client object");
+
+ dbi_conn_connect_called = 0;
} /* setup */
static void