gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: ignoring assert-less test


From: gnunet
Subject: [libeufin] branch master updated: ignoring assert-less test
Date: Thu, 12 Jan 2023 18:49:07 +0100

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 9141b1f0 ignoring assert-less test
9141b1f0 is described below

commit 9141b1f0066367db1d0a180313088109fabd7924
Author: MS <ms@taler.net>
AuthorDate: Thu Jan 12 18:48:42 2023 +0100

    ignoring assert-less test
---
 util/src/test/kotlin/TimeTest.kt | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/util/src/test/kotlin/TimeTest.kt b/util/src/test/kotlin/TimeTest.kt
index fd980cb8..057bc075 100644
--- a/util/src/test/kotlin/TimeTest.kt
+++ b/util/src/test/kotlin/TimeTest.kt
@@ -1,3 +1,4 @@
+import org.junit.Ignore
 import org.junit.Test
 import tech.libeufin.util.getNow
 import tech.libeufin.util.setClock
@@ -6,6 +7,8 @@ import java.time.format.DateTimeFormatter
 
 // 
https://stackoverflow.com/questions/32437550/whats-the-difference-between-instant-and-localdatetime
 
+// Ignoring because no assert takes place here.
+@Ignore
 class TimeTest {
     @Test
     fun mock() {
@@ -26,6 +29,13 @@ class TimeTest {
         println(ret.toString())
     }
 
+    @Test
+    fun printLong() {
+        val l = 1111111L
+        println(l.javaClass)
+        println(l.toString())
+    }
+
     @Test
     fun formatDateTime() {
         fun formatDashed(dateTime: LocalDateTime): String {

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