gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: Removing unnecessary test-case


From: gnunet
Subject: [libeufin] branch master updated: Removing unnecessary test-case
Date: Thu, 05 Oct 2023 18:32:47 +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 df8fc8bc Removing unnecessary test-case
df8fc8bc is described below

commit df8fc8bc5eef7d399e37e65b40a035b61cf66975
Author: MS <ms@taler.net>
AuthorDate: Thu Oct 5 18:32:36 2023 +0200

    Removing unnecessary test-case
---
 bank/src/test/kotlin/TalerApiTest.kt | 25 +------------------------
 1 file changed, 1 insertion(+), 24 deletions(-)

diff --git a/bank/src/test/kotlin/TalerApiTest.kt 
b/bank/src/test/kotlin/TalerApiTest.kt
index af2c9644..3419a02e 100644
--- a/bank/src/test/kotlin/TalerApiTest.kt
+++ b/bank/src/test/kotlin/TalerApiTest.kt
@@ -206,30 +206,7 @@ class TalerApiTest {
             }.assertBadRequest()
         }
     }
-
-    /**
-     * FIXME: outlines loop bug in the /history/incoming handler.
-     */
-    @Test
-    fun historyLoop() {
-        val (db, ctx) = commonSetup()
-        // Give Foo reasonable debt allowance:
-        assert(
-            db.bankAccountSetMaxDebt(
-                1L,
-                TalerAmount(1000000, 0, "KUDOS")
-            )
-        )
-        db.bankTransactionCreate(genTx("bogus foobar")).assertSuccess()
-        testApplication {
-            application {
-                corebankWebApp(db, ctx)
-            }
-            
client.get("/accounts/bar/taler-wire-gateway/history/incoming?delta=1") {
-                basicAuth("bar", "secret")
-            }.apply { println(this.bodyAsText()) }
-        }
-    }
+    
     /**
      * Testing the /history/incoming call from the TWG API.
      */

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