From 93af28efe0f2256990f381ed195e6df00e43ffb5 Mon Sep 17 00:00:00 2001 From: Tamino Huxohl Date: Tue, 30 Nov 2021 20:34:52 +0100 Subject: [PATCH] remove outdated commented code --- .../org/openbase/jul/communication/mqtt/RPCServerImplTest.kt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/communication/mqtt/src/test/java/org/openbase/jul/communication/mqtt/RPCServerImplTest.kt b/communication/mqtt/src/test/java/org/openbase/jul/communication/mqtt/RPCServerImplTest.kt index 6bd973e89..1b2d7b800 100644 --- a/communication/mqtt/src/test/java/org/openbase/jul/communication/mqtt/RPCServerImplTest.kt +++ b/communication/mqtt/src/test/java/org/openbase/jul/communication/mqtt/RPCServerImplTest.kt @@ -105,11 +105,6 @@ internal class RPCServerImplTest { } } - /*@Test - fun addMethod() { - rpcServer.addMethod(Any, ) - }*/ - @Nested inner class TestRequestHandling { //TODO: the tests in this nested class could be improved, e.g. by mocking the rpcMethod and its