Comment block

This commit is contained in:
Marcello Stanisci 2019-01-17 13:55:24 +01:00
parent 448a57d81e
commit aeec67acaa
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -35,6 +35,21 @@
#include "taler_fakebank_lib.h"
#include "taler_testing_lib.h"
/**
* XXX:
*
* This test case aims at reproducing one bug that appears
* when some /keys are redownloaded (although already owned
* by the client). In particular, the bug makes signature
* verifications to fail (often times, auditor signatures
* have proven to be faulty).
*
* Another possible cause: a whole /keys redownload doesn't
* make the bug appear; a next try might be to redownload
* /keys using a 'last_issue_date=0' parameter (that was often
* observed along the bug).
*/
/**
* Configuration file we use. One (big) configuration is used
* for the various components for this test.