summaryrefslogtreecommitdiff
path: root/src/testing/test_merchant_api_twisted.c
diff options
context:
space:
mode:
authorJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-07-02 02:05:08 -0400
committerJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-07-02 02:05:08 -0400
commit03ca8c13996b1222ef11321c31c5e560f44058e4 (patch)
tree6135bd73dc7cc9eb7079bab90635561c7c456e1c /src/testing/test_merchant_api_twisted.c
parentdcd5a4c81f8ac87a8fa103f26e9726b637c6a516 (diff)
downloadmerchant-03ca8c13996b1222ef11321c31c5e560f44058e4.tar.gz
merchant-03ca8c13996b1222ef11321c31c5e560f44058e4.tar.bz2
merchant-03ca8c13996b1222ef11321c31c5e560f44058e4.zip
twister, get tips, instance, and post transfer tests
Diffstat (limited to 'src/testing/test_merchant_api_twisted.c')
-rw-r--r--src/testing/test_merchant_api_twisted.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/testing/test_merchant_api_twisted.c b/src/testing/test_merchant_api_twisted.c
index 69fe881f..bc6def31 100644
--- a/src/testing/test_merchant_api_twisted.c
+++ b/src/testing/test_merchant_api_twisted.c
@@ -191,6 +191,7 @@ static void
run (void *cls,
struct TALER_TESTING_Interpreter *is)
{
+ #if 0
/**** Triggering #5719 ****/
struct TALER_TESTING_Command bug_5719[] = {
/**
@@ -820,9 +821,10 @@ run (void *cls,
/* max uint64 number: 9223372036854775807; try to overflow! */
TALER_TESTING_cmd_end ()
};
+ #endif
struct TALER_TESTING_Command commands[] = {
- TALER_TESTING_cmd_batch ("check-payment",
+ /*TALER_TESTING_cmd_batch ("check-payment",
check_payment),
TALER_TESTING_cmd_batch ("proposal",
proposal),
@@ -837,7 +839,7 @@ run (void *cls,
TALER_TESTING_cmd_batch ("pay",
pay),
TALER_TESTING_cmd_batch ("bug-5719",
- bug_5719),
+ bug_5719),*/
TALER_TESTING_cmd_end ()
};