gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: improve previous test


From: gnunet
Subject: [libeufin] branch master updated: improve previous test
Date: Thu, 23 Jul 2020 11:20:47 +0200

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 ff4bc65  improve previous test
ff4bc65 is described below

commit ff4bc650534e094190ab8adac77375d5488a0f8b
Author: MS <ms@taler.net>
AuthorDate: Thu Jul 23 11:20:29 2020 +0200

    improve previous test
---
 sandbox/src/test/kotlin/EbicsErrorTest.kt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sandbox/src/test/kotlin/EbicsErrorTest.kt 
b/sandbox/src/test/kotlin/EbicsErrorTest.kt
index 6c34c08..35cbb45 100644
--- a/sandbox/src/test/kotlin/EbicsErrorTest.kt
+++ b/sandbox/src/test/kotlin/EbicsErrorTest.kt
@@ -13,6 +13,8 @@ class EbicsErrorTest {
             "012345",
             EbicsTypes.TransactionPhaseType.INITIALISATION
         )
-        println(XMLUtil.convertJaxbToString(resp))
+        assert(resp.header.mutable.reportText == "[EBICS_ERROR] abc")
+        assert(resp.header.mutable.returnCode == "012345")
+        assert(resp.body.returnCode.value == "012345")
     }
 }
\ No newline at end of file

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