polish bank history CMD

This commit is contained in:
Marcello Stanisci 2018-07-02 12:04:32 +02:00
parent ae25137595
commit b427b51595
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -595,8 +595,10 @@ check_result (struct TALER_TESTING_Interpreter *is,
/** /**
* This callback will (1) check that the HTTP response code * This callback will (1) check that the HTTP response code
* is acceptable and (2) that the history is consistent (FIXME, * is acceptable and (2) that the history is consistent. The
* say more about 'consistent'). * consistency is checked by going through all the past CMDs,
* reconstructing then the expected history as of those, and
* finally check it against what the bank returned.
* *
* @param cls closure. * @param cls closure.
* @param http_status HTTP response code, #MHD_HTTP_OK (200) * @param http_status HTTP response code, #MHD_HTTP_OK (200)