-rename file for consistency

This commit is contained in:
Christian Grothoff 2022-03-20 13:22:32 +01:00
parent 427417b835
commit e7fa97cc87
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 2 additions and 2 deletions

View File

@ -74,6 +74,7 @@ libtalertesting_la_SOURCES = \
testing_api_cmd_recoup_refresh.c \ testing_api_cmd_recoup_refresh.c \
testing_api_cmd_refund.c \ testing_api_cmd_refund.c \
testing_api_cmd_refresh.c \ testing_api_cmd_refresh.c \
testing_api_cmd_reserve_get.c \
testing_api_cmd_reserve_history.c \ testing_api_cmd_reserve_history.c \
testing_api_cmd_reserve_status.c \ testing_api_cmd_reserve_status.c \
testing_api_cmd_revoke.c \ testing_api_cmd_revoke.c \
@ -84,7 +85,6 @@ libtalertesting_la_SOURCES = \
testing_api_cmd_signal.c \ testing_api_cmd_signal.c \
testing_api_cmd_sleep.c \ testing_api_cmd_sleep.c \
testing_api_cmd_stat.c \ testing_api_cmd_stat.c \
testing_api_cmd_status.c \
testing_api_cmd_transfer_get.c \ testing_api_cmd_transfer_get.c \
testing_api_cmd_wait.c \ testing_api_cmd_wait.c \
testing_api_cmd_wire.c \ testing_api_cmd_wire.c \

View File

@ -17,7 +17,7 @@
<http://www.gnu.org/licenses/> <http://www.gnu.org/licenses/>
*/ */
/** /**
* @file testing/testing_api_cmd_status.c * @file testing/testing_api_cmd_reserve_get.c
* @brief Implement the GET /reserve/$RID test command. * @brief Implement the GET /reserve/$RID test command.
* @author Marcello Stanisci * @author Marcello Stanisci
*/ */