From 13dcc2f6fcad7cd32cf9a01697b0b009d356c420 Mon Sep 17 00:00:00 2001 From: Alan <37482427+alemon-aquaveo@users.noreply.github.com> Date: Wed, 14 Aug 2024 10:14:52 -0600 Subject: [PATCH] -remove unneeded test --- xmsmesher/meshing/MeMultiPolyTo2dm.cpp | 7 ------- xmsmesher/meshing/MeMultiPolyTo2dm.t.h | 1 - 2 files changed, 8 deletions(-) diff --git a/xmsmesher/meshing/MeMultiPolyTo2dm.cpp b/xmsmesher/meshing/MeMultiPolyTo2dm.cpp index 446b804a..3f1feda1 100644 --- a/xmsmesher/meshing/MeMultiPolyTo2dm.cpp +++ b/xmsmesher/meshing/MeMultiPolyTo2dm.cpp @@ -855,13 +855,6 @@ void MeMultiPolyTo2dmIntermediateTests::testbug15186() iTestFromPolyFile("bug15186", 10); } // MeMultiPolyTo2dmIntermediateTests::testbug15186 //------------------------------------------------------------------------------ -/// \brief Test for a bug where points are created with NAN coordinates -//------------------------------------------------------------------------------ -void MeMultiPolyTo2dmIntermediateTests::testbug15186_a() -{ - iTestFromPolyFile("bug15186_a", 10); -} // MeMultiPolyTo2dmIntermediateTests::testbug15186_a -//------------------------------------------------------------------------------ /// \brief Test for a bug where z values on the polygon cause problems //------------------------------------------------------------------------------ void MeMultiPolyTo2dmIntermediateTests::testbug15246() diff --git a/xmsmesher/meshing/MeMultiPolyTo2dm.t.h b/xmsmesher/meshing/MeMultiPolyTo2dm.t.h index ea590ab2..9903c5e0 100644 --- a/xmsmesher/meshing/MeMultiPolyTo2dm.t.h +++ b/xmsmesher/meshing/MeMultiPolyTo2dm.t.h @@ -56,7 +56,6 @@ class MeMultiPolyTo2dmIntermediateTests : public CxxTest::TestSuite void testbug14901(); void testbug15183(); void testbug15186(); - void testbug15186_a(); void testbug15246(); void testPatch7(); void testRefine();