diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-05-17 16:00:14 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-05-17 16:00:14 +0200 |
commit | 39a9045319e2a7b4ffaa7cb00821116291ad89bb (patch) | |
tree | b90fd4bbb59ee482b2a68094852dbca5d5b18007 /src | |
parent | 381ac75ae0a29edb6585cc68fbd2b81b1aeaff85 (diff) |
comment
Diffstat (limited to 'src')
-rw-r--r-- | src/exchange-lib/test_exchange_api_twisted.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/exchange-lib/test_exchange_api_twisted.c b/src/exchange-lib/test_exchange_api_twisted.c index 36214cce0..7d24fbc95 100644 --- a/src/exchange-lib/test_exchange_api_twisted.c +++ b/src/exchange-lib/test_exchange_api_twisted.c @@ -276,6 +276,9 @@ run (void *cls, TALER_TESTING_make_wire_details (42, fakebank_url), + /* This parameter will make any comparison about + h_contract_terms fail, when /refund will be handled. + So in other words, this is h_contract missmatch. */ "{\"items\":[{\"name\":\"ice skate\"," "\"value\":\"EUR:5\"}]}", GNUNET_TIME_UNIT_MINUTES, @@ -303,9 +306,6 @@ run (void *cls, "EUR:0.000001", "deposit-refund-1"), - /* Last CMD be "money gone". Do - * aggregate before exec'ing it (!). */ - TALER_TESTING_cmd_end () }; |