From 754aeaef27974afeff06c5c4770768b959d440b8 Mon Sep 17 00:00:00 2001 From: iphydf Date: Fri, 11 Aug 2023 16:35:25 +0000 Subject: [PATCH] test: Remove tests that no longer work with better error reporting. Toxcore now reports failure to bootstrap immediately. --- src/test/java/im/tox/tox4j/ToxTest.scala | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/test/java/im/tox/tox4j/ToxTest.scala b/src/test/java/im/tox/tox4j/ToxTest.scala index ff3f6ed12..64302a965 100644 --- a/src/test/java/im/tox/tox4j/ToxTest.scala +++ b/src/test/java/im/tox/tox4j/ToxTest.scala @@ -56,6 +56,11 @@ final class ToxCoreTest extends FunSuite with ToxTestMixin { withToxUnit(_.close()) } + /* + * Can't easily test this anymore, because bootstrap now actually reports + * success/failure immediately. + */ + /* test("BootstrapBorderlinePort1") { withToxUnit { tox => tox.bootstrap( @@ -75,6 +80,7 @@ final class ToxCoreTest extends FunSuite with ToxTestMixin { ) } } + */ test("IterationInterval") { withToxUnit { tox =>