commit 016f1aab7834cfbdae9fd2e4a2040e4fb8cd48a7
parent a860cbb1be59263b1e81827158d79092a949d14f
Author: Özgür Kesim <oec@codeblau.de>
Date: Tue, 6 May 2025 12:56:21 +0200
[testing] -move pragma
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/testing/test_exchange_api_twisted.c b/src/testing/test_exchange_api_twisted.c
@@ -160,8 +160,7 @@ run (void *cls,
"refresh-withdraw-coin",
MHD_HTTP_OK,
NULL),
-#pragma message "conflict test must be adjusted to new melt/reveal API"
-#if 0
+#if FIXME_409_CONFLICT
/* Trigger 409 Conflict. */
TALER_TESTING_cmd_flip_upload (
"flip-upload",
@@ -175,6 +174,7 @@ run (void *cls,
#endif
TALER_TESTING_cmd_end ()
};
+#pragma message "conflict test must be adjusted to new melt/reveal API"
/**