diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-09-05 21:55:40 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-09-05 21:55:40 +0200 |
commit | 2cbe471d5e836092089d5108730de5f14a2adf37 (patch) | |
tree | aec7bdee3be09ba6f2ec3e7c637d20ce1140c420 /src/bank-lib/test_bank_api.c | |
parent | 2d1599192292bb5a35c757e4fa2b8c06b946cfec (diff) |
fix "twisted" test-suites.
Diffstat (limited to 'src/bank-lib/test_bank_api.c')
-rw-r--r-- | src/bank-lib/test_bank_api.c | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/src/bank-lib/test_bank_api.c b/src/bank-lib/test_bank_api.c index 2a1171918..f356b0a8d 100644 --- a/src/bank-lib/test_bank_api.c +++ b/src/bank-lib/test_bank_api.c @@ -2,20 +2,24 @@ This file is part of TALER Copyright (C) 2016, 2017 GNUnet e.V. - TALER is free software; you can redistribute it and/or modify it under the - terms of the GNU General Public License as published by the Free Software - Foundation; either version 3, or (at your option) any later version. + TALER is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 3, + or (at your option) any later version. - TALER is distributed in the hope that it will be useful, but WITHOUT ANY - WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - A PARTICULAR PURPOSE. See the GNU General Public License for more details. + TALER is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty + of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See + the GNU General Public License for more details. - You should have received a copy of the GNU General Public License along with - TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> + You should have received a copy of the GNU General Public + License along with TALER; see the file COPYING. If not, see + <http://www.gnu.org/licenses/> */ /** * @file bank/test_bank_api.c - * @brief testcase to test bank's HTTP API interface against the "real" bank + * @brief testcase to test bank's HTTP API interface + * against the "real" bank * @author Christian Grothoff */ #include "platform.h" |