gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated (7f14b239 -> 549f8a7c)


From: gnunet
Subject: [taler-exchange] branch master updated (7f14b239 -> 549f8a7c)
Date: Mon, 01 Jun 2020 16:03:07 +0200

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

ms pushed a change to branch master
in repository exchange.

    from 7f14b239 Nexus testing.
     new 857fe0ab nexus preparation
     new 549f8a7c nexus preparation

The 2 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:
 contrib/taler-nexus-prepare | 9 ++++++---
 src/testing/test_bank_api.c | 8 ++------
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/contrib/taler-nexus-prepare b/contrib/taler-nexus-prepare
index 3e30d393..99bcffb4 100755
--- a/contrib/taler-nexus-prepare
+++ b/contrib/taler-nexus-prepare
@@ -27,11 +27,14 @@ assertResponse(
     post(
         "http://localhost:5001/bank-connections";,
         json=dict(
-            name="my-local",
+            name="my-loopback",
             source="new",
-            type="local",
+            type="loopback",
             data=dict(
-                bankAccount="my-bank-account"
+                account="my-bank-account",
+                iban="x",
+                bic="x",
+                holder="x",
             )
         ),
         headers=dict(Authorization=USER_AUTHORIZATION_HEADER),
diff --git a/src/testing/test_bank_api.c b/src/testing/test_bank_api.c
index 2a709fb1..c4055c51 100644
--- a/src/testing/test_bank_api.c
+++ b/src/testing/test_bank_api.c
@@ -192,7 +192,7 @@ main (int argc,
   } else if (GNUNET_YES == TALER_TESTING_has_in_name (argv[0],
                                                       "_with_nexus")) 
   {
-    TALER_LOG_DEBUG ("Running against Nexus.\n");
+    TALER_LOG_DEBUG ("Running with Nexus.\n");
     cfgfile = CONFIG_FILE_FAKEBANK;
     if (GNUNET_OK != TALER_TESTING_prepare_nexus (CONFIG_FILE_NEXUS,
                                                   GNUNET_YES,
@@ -207,14 +207,10 @@ main (int argc,
       GNUNET_break (0);
       return 77;
     }
-    GNUNET_OS_process_kill (bankd,
-                            SIGKILL);
-    GNUNET_OS_process_wait (bankd);
-    GNUNET_OS_process_destroy (bankd);
-    return 0;
   }
   else
   {
+    /* no bank service was ever invoked.  */
     GNUNET_break (0);
     return 77;
   }

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