summaryrefslogtreecommitdiff
path: root/src/backenddb/test_merchantdb.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-05-23 12:18:47 +0200
committerChristian Grothoff <christian@grothoff.org>2020-05-23 12:18:47 +0200
commit0c4ff0eb09285481b9e78a3bdc3c1c9db8d5f239 (patch)
tree75b20cd0002a1ebd36662d0d25f34276a0f1739e /src/backenddb/test_merchantdb.c
parent10d311c8d40ed7e2b0ceff3c77740129ba90ff97 (diff)
downloadmerchant-0c4ff0eb09285481b9e78a3bdc3c1c9db8d5f239.tar.gz
merchant-0c4ff0eb09285481b9e78a3bdc3c1c9db8d5f239.tar.bz2
merchant-0c4ff0eb09285481b9e78a3bdc3c1c9db8d5f239.zip
wip on DB plugin for tip pickup
Diffstat (limited to 'src/backenddb/test_merchantdb.c')
-rw-r--r--src/backenddb/test_merchantdb.c13
1 files changed, 3 insertions, 10 deletions
diff --git a/src/backenddb/test_merchantdb.c b/src/backenddb/test_merchantdb.c
index c2c0a7da..5354d8e7 100644
--- a/src/backenddb/test_merchantdb.c
+++ b/src/backenddb/test_merchantdb.c
@@ -395,10 +395,7 @@ test_instances (void *cls)
"Lookup instance failed: incorrect number of accounts returned %d\n", instances_accounts_length[0]);
//plugin->drop_tables (plugin->cls);
return 1;
- }*/
-
- /* Test instance private key deletion */
- if (0 > plugin->delete_instance_private_key (plugin->cls,
+ }*//* Test instance private key deletion */if (0 > plugin->delete_instance_private_key (plugin->cls,
"test_inst"))
{
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
@@ -438,9 +435,7 @@ test_instances (void *cls)
result = 1;
plugin->drop_tables (plugin->cls);
return;
- }*/
-
- json_decref (is.address);
+ }*/json_decref (is.address);
json_decref (is.jurisdiction);
return 0;
@@ -774,9 +769,7 @@ test_products (void *cls)
"Purge instance failed\n");
plugin->drop_tables (plugin->cls);
return 1;
- }*/
-
- json_decref (is.address);
+ }*/json_decref (is.address);
json_decref (is.jurisdiction);
return 0;