gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: Subject normalizer test.


From: gnunet
Subject: [libeufin] branch master updated: Subject normalizer test.
Date: Wed, 10 Jun 2020 16:50:11 +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 b3cb31d  Subject normalizer test.
b3cb31d is described below

commit b3cb31d6e0335ce26f74426a13590161d3fa2ed2
Author: MS <ms@taler.net>
AuthorDate: Wed Jun 10 16:49:54 2020 +0200

    Subject normalizer test.
---
 nexus/src/test/kotlin/SubjectNormalization.kt | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/nexus/src/test/kotlin/SubjectNormalization.kt 
b/nexus/src/test/kotlin/SubjectNormalization.kt
new file mode 100644
index 0000000..efda187
--- /dev/null
+++ b/nexus/src/test/kotlin/SubjectNormalization.kt
@@ -0,0 +1,12 @@
+import org.junit.Test
+
+import tech.libeufin.nexus.normalizeSubject
+
+class SubjectNormalization {
+
+    @Test
+    fun testBeforeAndAfter() {
+        val mereValue = "1ENVZ6EYGB6Z509KRJ6E59GK1EQXZF8XXNY9SN33C2KDGSHV9KA0"
+        assert(mereValue == normalizeSubject(mereValue))
+    }
+}
\ 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]