Check /version compatibility during tests.

This commit is contained in:
Marcello Stanisci 2019-01-25 16:03:46 +01:00
parent 220ce20d05
commit aa2d2fbf28
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -113,7 +113,12 @@ auditor_version_cb
{
struct TALER_TESTING_Interpreter *is = cls;
/* TODO: check vi/compat? */
if (TALER_AUDITOR_VC_MATCH != compat)
{
TALER_TESTING_interpreter_fail (is);
return;
}
is->auditor_working = GNUNET_YES;
}