commit 80415f7684e8429d268cfa4abd72d3a457d3a144 parent d96b782536063342602cc32abef7195bad508c4a Author: MS <ms@taler.net> Date: Fri, 4 Dec 2020 12:48:14 +0100 Get unit tests from Sandbox to pass. Diffstat:
| M | sandbox/src/test/kotlin/CamtTest.kt | | | 2 | +- |
| M | sandbox/src/test/kotlin/DBTest.kt | | | 1 | + |
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/sandbox/src/test/kotlin/CamtTest.kt b/sandbox/src/test/kotlin/CamtTest.kt @@ -28,7 +28,7 @@ class CamtTest { mutableListOf(payment) ) assertTrue { - XMLUtil.validateFromString(xml.get(0)) + XMLUtil.validateFromString(xml) } } } \ No newline at end of file diff --git a/sandbox/src/test/kotlin/DBTest.kt b/sandbox/src/test/kotlin/DBTest.kt @@ -82,6 +82,7 @@ class DBTest { it[currency] = "EUR" it[pmtInfId] = "0" it[msgId] = "0" + it[direction] = "DBIT" } } val result = transaction {