gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: Testing.


From: gnunet
Subject: [libeufin] branch master updated: Testing.
Date: Mon, 07 Dec 2020 18:23:22 +0100

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

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new e60197e  Testing.
e60197e is described below

commit e60197ea13060728d2957f9fe305f8c208d45eab
Author: MS <ms@taler.net>
AuthorDate: Mon Dec 7 18:22:06 2020 +0100

    Testing.
    
    Ignore unit test based on non-singleton money movement.
    Ignoring as before the parser allowed more formats (and
    might do again in the future.)
---
 nexus/src/test/kotlin/Iso20022Test.kt | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/nexus/src/test/kotlin/Iso20022Test.kt 
b/nexus/src/test/kotlin/Iso20022Test.kt
index 925c84d..b639aff 100644
--- a/nexus/src/test/kotlin/Iso20022Test.kt
+++ b/nexus/src/test/kotlin/Iso20022Test.kt
@@ -1,5 +1,6 @@
 package tech.libeufin.nexus
 import com.fasterxml.jackson.module.kotlin.jacksonObjectMapper
+import org.junit.Ignore
 import org.junit.Test
 import org.w3c.dom.Document
 import tech.libeufin.nexus.iso20022.*
@@ -37,7 +38,13 @@ class Iso20022Test {
             }
         }
     }
-    @Test
+
+    /**
+     * This test is currently ignored because the Camt sample being parsed
+     * contains a money movement which is not a singleton.  This is not in
+     * line with the current parsing logic (that expects the style used by GLS)
+     */
+    @Ignore
     fun testTransactionsImport() {
         val camt53 = 
loadXmlResource("iso20022-samples/camt.053/de.camt.053.001.02.xml")
         val r = parseCamtMessage(camt53)

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