gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated (60374078f -> aa165477d)


From: gnunet
Subject: [taler-wallet-core] branch master updated (60374078f -> aa165477d)
Date: Wed, 04 Jan 2023 14:22:41 +0100

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

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

    from 60374078f wallet-core: test crypto dispatcher, fix timeout handling
     new 860aff83e -missing step in make install
     new 73eccdd1c harness: test more unicode characters in subject
     new aa165477d harness: p2p payment emojis

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 packages/taler-harness/Makefile                                       | 1 +
 packages/taler-harness/src/integrationtests/test-payment.ts           | 2 +-
 packages/taler-harness/src/integrationtests/test-peer-to-peer-push.ts | 4 ++--
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/packages/taler-harness/Makefile b/packages/taler-harness/Makefile
index 85c146641..8bbca5831 100644
--- a/packages/taler-harness/Makefile
+++ b/packages/taler-harness/Makefile
@@ -18,6 +18,7 @@ install_target = $(prefix)/lib/taler-harness
 .PHONY: install install-nodeps
 install:
        pnpm install --frozen-lockfile --filter @gnu-taler/taler-harness...
+       ./build.mjs
        install -d $(prefix)/bin
        install -d $(install_target)/bin
        install -d $(install_target)/node_modules/taler-harness
diff --git a/packages/taler-harness/src/integrationtests/test-payment.ts 
b/packages/taler-harness/src/integrationtests/test-payment.ts
index 66d10f996..b4c1f0cae 100644
--- a/packages/taler-harness/src/integrationtests/test-payment.ts
+++ b/packages/taler-harness/src/integrationtests/test-payment.ts
@@ -53,7 +53,7 @@ export async function runPaymentTest(t: GlobalTestState) {
   // Test JSON normalization of contract terms: Does the wallet
   // agree with the merchant?
   const order2 = {
-    summary: "Testing “unicode” characters",
+    summary: "Testing “unicode” characters: 😁😱😇🥺🫦",
     amount: "TESTKUDOS:5",
     fulfillment_url: "taler://fulfillment-success/thx",
   };
diff --git 
a/packages/taler-harness/src/integrationtests/test-peer-to-peer-push.ts 
b/packages/taler-harness/src/integrationtests/test-peer-to-peer-push.ts
index 4aaeca624..2a93c3559 100644
--- a/packages/taler-harness/src/integrationtests/test-peer-to-peer-push.ts
+++ b/packages/taler-harness/src/integrationtests/test-peer-to-peer-push.ts
@@ -59,7 +59,7 @@ export async function runPeerToPeerPushTest(t: 
GlobalTestState) {
       WalletApiOperation.InitiatePeerPushPayment,
       {
         partialContractTerms: {
-          summary: "Hello World",
+          summary: "Hello World 😁😇",
           amount: "TESTKUDOS:5",
           purse_expiration
         },
@@ -73,7 +73,7 @@ export async function runPeerToPeerPushTest(t: 
GlobalTestState) {
     WalletApiOperation.InitiatePeerPushPayment,
     {
       partialContractTerms: {
-        summary: "Hello World",
+        summary: "Hello World 🥺",
         amount: "TESTKUDOS:5",
         purse_expiration
       },

-- 
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]