From 1fe2e8147595a4cb0b962ebcc4f943d8f34eba3c Mon Sep 17 00:00:00 2001
From: Iovka Boneva <iovka.boneva@univ-lille.fr>
Date: Wed, 23 Mar 2022 09:22:38 +0100
Subject: [PATCH] minor

---
 .../fr/ulille/grapp/algorithms/ImplicitGraphsForTesting.kt      | 1 -
 .../fr/ulille/grapp/algorithms/traces/TestShortestPathTraces.kt | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/grapp/src/test/kotlin/fr/ulille/grapp/algorithms/ImplicitGraphsForTesting.kt b/grapp/src/test/kotlin/fr/ulille/grapp/algorithms/ImplicitGraphsForTesting.kt
index ed98760..98d055c 100644
--- a/grapp/src/test/kotlin/fr/ulille/grapp/algorithms/ImplicitGraphsForTesting.kt
+++ b/grapp/src/test/kotlin/fr/ulille/grapp/algorithms/ImplicitGraphsForTesting.kt
@@ -132,7 +132,6 @@ object grapheLCK : ImplicitGraph {
     }
 
     private fun estInterdit (sommet: String) : Boolean {
-        return false
         val berger = sommet[BERGER]
         val loup = sommet[LOUP]
         val chevre = sommet[CHEVRE]
diff --git a/grapp/src/test/kotlin/fr/ulille/grapp/algorithms/traces/TestShortestPathTraces.kt b/grapp/src/test/kotlin/fr/ulille/grapp/algorithms/traces/TestShortestPathTraces.kt
index 4b1f4f5..c5e2934 100644
--- a/grapp/src/test/kotlin/fr/ulille/grapp/algorithms/traces/TestShortestPathTraces.kt
+++ b/grapp/src/test/kotlin/fr/ulille/grapp/algorithms/traces/TestShortestPathTraces.kt
@@ -33,7 +33,7 @@ class TestShortestPathTraces {
             GraphsForTesting.grapheNonOrienteValue,
             "a"
         )
-        println(TraceTableIO.toTableString(et))
+        //println(TraceTableIO.toTableString(et))
     }
 
 }
\ No newline at end of file
-- 
GitLab