gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: test passes


From: gnunet
Subject: [libeufin] branch master updated: test passes
Date: Tue, 12 Nov 2019 13:57:37 +0100

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

marcello pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new e5cadfc  test passes
e5cadfc is described below

commit e5cadfc7f1a985ef7cb989fe38846485d4eb8df5
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Nov 12 13:57:31 2019 +0100

    test passes
---
 sandbox/src/test/kotlin/XmlUtilTest.kt | 57 ++++++++++++++++++----------------
 1 file changed, 31 insertions(+), 26 deletions(-)

diff --git a/sandbox/src/test/kotlin/XmlUtilTest.kt 
b/sandbox/src/test/kotlin/XmlUtilTest.kt
index 322851f..c55cb61 100644
--- a/sandbox/src/test/kotlin/XmlUtilTest.kt
+++ b/sandbox/src/test/kotlin/XmlUtilTest.kt
@@ -25,32 +25,37 @@ class XmlUtilTest {
                 <BankInfo>
                   <HostID>host01</HostID>
                 </BankInfo>
-                <AccountInfo Currency="EUR" Description="ACCT" ID="acctid1">
-                  <AccountNumber 
international="true">DE21500105174751659277</AccountNumber>
-                  <BankCode international="true">INGDDEFFXXX</BankCode>
-                  <AccountHolder>Mina Musterfrau</AccountHolder>
-                </AccountInfo>
-                <AccountInfo Currency="EUR" Description="glsdemoacct" 
ID="glsdemo">
-                  <AccountNumber 
international="true">DE91430609670123123123</AccountNumber>
-                  <BankCode international="true">GENODEM1GLS</BankCode>
-                  <AccountHolder>Mina Musterfrau</AccountHolder>
-                </AccountInfo>
-                <OrderInfo>
-                  <OrderType>C53</OrderType>
-                  <TransferType>Download</TransferType>
-                  <Description>foo</Description>
-                </OrderInfo>
-                <OrderInfo>
-                  <OrderType>C52</OrderType>
-                  <TransferType>Download</TransferType>
-                  <Description>foo</Description>
-                </OrderInfo>
-                <OrderInfo>
-                  <OrderType>CCC</OrderType>
-                  <TransferType>Upload</TransferType>
-                  <Description>foo</Description>
-                </OrderInfo>
-                </PartnerInfo>
+                <dogs>
+                  <AccountInfo Currency="EUR" Description="ACCT" ID="acctid1">
+                    <AccountNumber 
international="true">DE21500105174751659277</AccountNumber>
+                    <BankCode international="true">INGDDEFFXXX</BankCode>
+                    <AccountHolder>Mina Musterfrau</AccountHolder>
+                  </AccountInfo>
+                  <AccountInfo Currency="EUR" Description="glsdemoacct" 
ID="glsdemo">
+                    <AccountNumber 
international="true">DE91430609670123123123</AccountNumber>
+                    <BankCode international="true">GENODEM1GLS</BankCode>
+                    <AccountHolder>Mina Musterfrau</AccountHolder>
+                  </AccountInfo>
+                </dogs>
+                <cats>
+                  <OrderInfo>
+                    <OrderType>C53</OrderType>
+                    <TransferType>Download</TransferType>
+                    <Description>foo</Description>
+                  </OrderInfo>
+                  <OrderInfo>
+                    <OrderType>C52</OrderType>
+                    <TransferType>Download</TransferType>
+                    <Description>foo</Description>
+                  </OrderInfo>
+                  <OrderInfo>
+                    <OrderType>CCC</OrderType>
+                    <TransferType>Upload</TransferType>
+                    <Description>foo</Description>
+                  </OrderInfo>
+                </cats>
+              </PartnerInfo>
+                
               <UserInfo>
                 <UserID Status="5">USER1</UserID>
                 <Name>Some User</Name>

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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