gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: harness: logging


From: gnunet
Subject: [taler-wallet-core] branch master updated: harness: logging
Date: Mon, 13 Nov 2023 12:46:43 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 44470295b harness: logging
44470295b is described below

commit 44470295b636eca4a2c1dc891f1793dc18c6055c
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Nov 13 12:46:42 2023 +0100

    harness: logging
---
 packages/taler-harness/src/integrationtests/test-wallet-balance.ts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/packages/taler-harness/src/integrationtests/test-wallet-balance.ts 
b/packages/taler-harness/src/integrationtests/test-wallet-balance.ts
index fc2774adf..0e57ce477 100644
--- a/packages/taler-harness/src/integrationtests/test-wallet-balance.ts
+++ b/packages/taler-harness/src/integrationtests/test-wallet-balance.ts
@@ -67,6 +67,8 @@ export async function runWalletBalanceTest(t: 
GlobalTestState) {
 
   await wres.withdrawalFinishedCond;
 
+  console.log("withdrawal finished");
+
   const order: Partial<MerchantContractTerms> = {
     summary: "Buy me!",
     amount: "TESTKUDOS:5",
@@ -77,12 +79,16 @@ export async function runWalletBalanceTest(t: 
GlobalTestState) {
     order,
   });
 
+  console.log("created order with merchant");
+
   let orderStatus = await merchantClient.queryPrivateOrderStatus({
     orderId: orderResp.order_id,
   });
 
   t.assertTrue(orderStatus.order_status === "unpaid");
 
+  console.log("queried order at merchant");
+
   // Make wallet pay for the order
 
   const preparePayResult = await walletClient.call(

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]