libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 77b6f70ceb5f811237c5ccde6e6b6b0cc6038136
parent d40f0c42e8bb2a4654a50346e16b9ea946d66865
Author: Florian Dold <florian.dold@gmail.com>
Date:   Tue, 19 May 2020 13:09:32 +0530

remove test case stub

Diffstat:
Mutil/src/test/kotlin/XmlUtilTest.kt | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/util/src/test/kotlin/XmlUtilTest.kt b/util/src/test/kotlin/XmlUtilTest.kt @@ -176,9 +176,4 @@ class XmlUtilTest { val key = CryptoUtil.loadRsaPublicKey(keyBytes) assertTrue(XMLUtil.verifyEbicsDocument(doc, key)) } - - @Test - fun marshalling() { - XMLUtil.convertJaxbToString(Any()) - } } \ No newline at end of file