From 53138393801d0c9e9b4bf184487785d08c7538d3 Mon Sep 17 00:00:00 2001 From: Claude Brisson Date: Wed, 21 Jun 2023 15:23:18 +0200 Subject: [PATCH] Debugging tests --- api-webapp/pom.xml | 2 +- .../kotlin/org/jeudego/pairgoth/model/Pairing.kt | 8 ++++---- .../jeudego/pairgoth/pairing/HistoryHelper.kt | 8 +++++--- .../jeudego/pairgoth/pairing/MacMahonSolver.kt | 2 +- .../org/jeudego/pairgoth/pairing/Solver.kt | 16 +++++++--------- .../org/jeudego/pairgoth/pairing/SwissSolver.kt | 8 ++++++-- api-webapp/src/test/kotlin/BasicTests.kt | 9 ++++++--- view-webapp/pom.xml | 2 +- 8 files changed, 31 insertions(+), 24 deletions(-) diff --git a/api-webapp/pom.xml b/api-webapp/pom.xml index 2afa95d..f16fb6f 100644 --- a/api-webapp/pom.xml +++ b/api-webapp/pom.xml @@ -158,7 +158,7 @@ com.republicate.kson essential-kson-jvm - 2.3 + 2.4