summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorpriscilla <priscilla.huang@efrei.net>2022-11-24 05:17:33 -0500
committerpriscilla <priscilla.huang@efrei.net>2022-11-24 05:17:33 -0500
commita16f8ac9bbdafc11b293860619907836f651ead1 (patch)
tree8f3afb5e77f324109d3062a50fad2d25b81a871b /src/testing
parent699b38cc967f1cb87b87a0619f8215db7e298506 (diff)
downloadmerchant-a16f8ac9bbdafc11b293860619907836f651ead1.tar.gz
merchant-a16f8ac9bbdafc11b293860619907836f651ead1.tar.bz2
merchant-a16f8ac9bbdafc11b293860619907836f651ead1.zip
update
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing_api_cmd_delete_template.c2
-rw-r--r--src/testing/testing_api_cmd_get_template.c2
-rw-r--r--src/testing/testing_api_cmd_get_templates.c2
-rw-r--r--src/testing/testing_api_cmd_patch_template.c2
-rw-r--r--src/testing/testing_api_cmd_post_templates.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/testing/testing_api_cmd_delete_template.c b/src/testing/testing_api_cmd_delete_template.c
index 4ffe1dd8..a9f94557 100644
--- a/src/testing/testing_api_cmd_delete_template.c
+++ b/src/testing/testing_api_cmd_delete_template.c
@@ -19,7 +19,7 @@
/**
* @file testing_api_cmd_delete_template.c
* @brief command to test DELETE /templates/$ID
- * @author Christian Grothoff
+ * @author Priscilla HUANG
*/
#include "platform.h"
#include <taler/taler_exchange_service.h>
diff --git a/src/testing/testing_api_cmd_get_template.c b/src/testing/testing_api_cmd_get_template.c
index 178503c7..0865efe1 100644
--- a/src/testing/testing_api_cmd_get_template.c
+++ b/src/testing/testing_api_cmd_get_template.c
@@ -19,7 +19,7 @@
/**
* @file testing_api_cmd_get_template.c
* @brief command to test GET /templates/$ID
- * @author Christian Grothoff
+ * @author Priscilla HUANG
*/
#include "platform.h"
#include <taler/taler_exchange_service.h>
diff --git a/src/testing/testing_api_cmd_get_templates.c b/src/testing/testing_api_cmd_get_templates.c
index 5c04859d..ed10d63a 100644
--- a/src/testing/testing_api_cmd_get_templates.c
+++ b/src/testing/testing_api_cmd_get_templates.c
@@ -19,7 +19,7 @@
/**
* @file testing_api_cmd_get_templates.c
* @brief command to test GET /templates
- * @author Christian Grothoff
+ * @author Priscilla HUANG
*/
#include "platform.h"
#include <taler/taler_exchange_service.h>
diff --git a/src/testing/testing_api_cmd_patch_template.c b/src/testing/testing_api_cmd_patch_template.c
index 7f8db916..6c769565 100644
--- a/src/testing/testing_api_cmd_patch_template.c
+++ b/src/testing/testing_api_cmd_patch_template.c
@@ -19,7 +19,7 @@
/**
* @file testing_api_cmd_patch_template.c
* @brief command to test PATCH /template
- * @author Christian Grothoff
+ * @author Priscilla HUANG
*/
#include "platform.h"
#include <taler/taler_exchange_service.h>
diff --git a/src/testing/testing_api_cmd_post_templates.c b/src/testing/testing_api_cmd_post_templates.c
index 477fe958..fea11ad6 100644
--- a/src/testing/testing_api_cmd_post_templates.c
+++ b/src/testing/testing_api_cmd_post_templates.c
@@ -19,7 +19,7 @@
/**
* @file testing_api_cmd_post_templates.c
* @brief command to test POST /templates
- * @author Christian Grothoff
+ * @author Priscilla HUANG
*/
#include "platform.h"
#include <taler/taler_exchange_service.h>