This commit is contained in:
Christian Grothoff 2020-01-17 22:48:14 +01:00
parent daba4171bc
commit cd1a784f34
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
9 changed files with 9 additions and 9 deletions

View File

@ -17,7 +17,7 @@
<http://www.gnu.org/licenses/>
*/
/**
* @file exchange/test_bank_api_with_fakebank_twisted.c
* @file lib/test_bank_api_with_fakebank_twisted.c
* @author Marcello Stanisci
* @author Sree Harsha Totakura <sreeharsha@totakura.in>
* @author Christian Grothoff

View File

@ -17,7 +17,7 @@
<http://www.gnu.org/licenses/>
*/
/**
* @file exchange/test_exchange_api_twisted.c
* @file lib/test_exchange_api_twisted.c
* @brief testcase to test exchange's HTTP API interface
* @author Marcello Stanisci
* @author Sree Harsha Totakura <sreeharsha@totakura.in>

View File

@ -15,7 +15,7 @@
*/
/**
* @file exchange/test_taler_exchange_aggregator.c
* @file lib/test_taler_exchange_aggregator.c
* @brief Tests for taler-exchange-aggregator logic
* @author Christian Grothoff <christian@grothoff.org>
* @author Marcello Stanisci

View File

@ -15,7 +15,7 @@
*/
/**
* @file exchange/test_taler_exchange_wirewatch.c
* @file lib/test_taler_exchange_wirewatch.c
* @brief Tests for taler-exchange-wirewatch and taler-exchange-aggregator logic;
* Performs an invalid wire transfer to the exchange, and then checks that
* wirewatch immediately sends the money back.

View File

@ -17,7 +17,7 @@
<http://www.gnu.org/licenses/>
*/
/**
* @file exchange/testing_api_cmd_batch.c
* @file lib/testing_api_cmd_batch.c
* @brief Implement batch-execution of CMDs.
* @author Marcello Stanisci
*/

View File

@ -18,7 +18,7 @@
*/
/**
* @file exchange/testing_api_cmd_payback.c
* @file lib/testing_api_cmd_payback.c
* @brief Implement the /revoke and /payback test commands.
* @author Marcello Stanisci
*/

View File

@ -17,7 +17,7 @@
<http://www.gnu.org/licenses/>
*/
/**
* @file exchange/testing_api_cmd_refund.c
* @file lib/testing_api_cmd_refund.c
* @brief Implement the /refund test command, plus other
* corollary commands (?).
* @author Marcello Stanisci

View File

@ -17,7 +17,7 @@
<http://www.gnu.org/licenses/>
*/
/**
* @file exchange/testing_api_cmd_status.c
* @file lib/testing_api_cmd_status.c
* @brief Implement the /reserve/status test command.
* @author Marcello Stanisci
*/

View File

@ -18,7 +18,7 @@
*/
/**
* @file exchange/testing_api_cmd_track.c
* @file lib/testing_api_cmd_track.c
* @brief Implement the testing CMDs for the /track operations.
* @author Marcello Stanisci
*/