aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/test_exchangedb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/test_exchangedb.c')
-rw-r--r--src/exchangedb/test_exchangedb.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/exchangedb/test_exchangedb.c b/src/exchangedb/test_exchangedb.c
index 6c48f3a19..b093df4be 100644
--- a/src/exchangedb/test_exchangedb.c
+++ b/src/exchangedb/test_exchangedb.c
@@ -136,7 +136,7 @@ test_wire_prepare (struct TALER_EXCHANGEDB_Session *session)
136 &dead_prepare_cb, 136 &dead_prepare_cb,
137 NULL)); 137 NULL));
138 return GNUNET_OK; 138 return GNUNET_OK;
139 drop: 139drop:
140 return GNUNET_SYSERR; 140 return GNUNET_SYSERR;
141} 141}
142 142
@@ -171,7 +171,7 @@ check_reserve (struct TALER_EXCHANGEDB_Session *session,
171 FAILIF (0 != strcmp (currency, reserve.balance.currency)); 171 FAILIF (0 != strcmp (currency, reserve.balance.currency));
172 172
173 return GNUNET_OK; 173 return GNUNET_OK;
174 drop: 174drop:
175 return GNUNET_SYSERR; 175 return GNUNET_SYSERR;
176} 176}
177 177
@@ -668,7 +668,7 @@ test_melting (struct TALER_EXCHANGEDB_Session *session)
668 668
669 669
670 ret = GNUNET_OK; 670 ret = GNUNET_OK;
671 drop: 671drop:
672 if (NULL != revealed_coins) 672 if (NULL != revealed_coins)
673 { 673 {
674 for (unsigned int cnt = 0; cnt < MELT_NEW_COINS; cnt++) 674 for (unsigned int cnt = 0; cnt < MELT_NEW_COINS; cnt++)
@@ -1306,7 +1306,7 @@ test_wire_out (struct TALER_EXCHANGEDB_Session *session,
1306 FAILIF (1 != auditor_row_cnt); 1306 FAILIF (1 != auditor_row_cnt);
1307 1307
1308 return GNUNET_OK; 1308 return GNUNET_OK;
1309 drop: 1309drop:
1310 return GNUNET_SYSERR; 1310 return GNUNET_SYSERR;
1311} 1311}
1312 1312
@@ -1340,7 +1340,7 @@ payback_cb (void *cls,
1340 FAILIF (0 != GNUNET_memcmp (cb, 1340 FAILIF (0 != GNUNET_memcmp (cb,
1341 coin_blind)); 1341 coin_blind));
1342 return GNUNET_OK; 1342 return GNUNET_OK;
1343 drop: 1343drop:
1344 return GNUNET_SYSERR; 1344 return GNUNET_SYSERR;
1345} 1345}
1346 1346
@@ -2190,7 +2190,7 @@ run (void *cls)
2190 2190
2191 result = 0; 2191 result = 0;
2192 2192
2193 drop: 2193drop:
2194 if ( (0 != result) && 2194 if ( (0 != result) &&
2195 (NULL != session) ) 2195 (NULL != session) )
2196 plugin->rollback (plugin->cls, 2196 plugin->rollback (plugin->cls,