From 92aeb0ae01c4c2afbea09fe599495db588690da9 Mon Sep 17 00:00:00 2001 From: Mathieu DEHARBE Date: Thu, 3 Oct 2024 10:37:28 +0200 Subject: [PATCH] taking into account powsybl network store upgrade, tcks are cleaned Signed-off-by: Mathieu DEHARBE --- .../java/com/powsybl/network/store/tck/LineIT.java | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/network-store-iidm-tck/src/test/java/com/powsybl/network/store/tck/LineIT.java b/network-store-iidm-tck/src/test/java/com/powsybl/network/store/tck/LineIT.java index 1844e7a9..f34e98d6 100644 --- a/network-store-iidm-tck/src/test/java/com/powsybl/network/store/tck/LineIT.java +++ b/network-store-iidm-tck/src/test/java/com/powsybl/network/store/tck/LineIT.java @@ -35,16 +35,4 @@ public void baseAcLineTests() { public void testRemoveAcLine() { // FIXME remove this test when exception msg are homogenized with the powsybl-core } - - @Test - @Override - public void testMove1NbNetwork() { - // TODO : remove this function as soon as powsybl network store server will use powsybl network store 1.18.0 (it will correct this test) - } - - @Test - @Override - public void testMove2Nb() { - // TODO : remove this function as soon as powsybl network store server will use powsybl network store 1.18.0 (it will correct this test) - } }