Skip to content

Commit a0ed6bf

Browse files
-remove unneeded test
1 parent 10b93d9 commit a0ed6bf

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

xmsmesher/meshing/MeMultiPolyTo2dm.cpp

-7
Original file line numberDiff line numberDiff line change
@@ -855,13 +855,6 @@ void MeMultiPolyTo2dmIntermediateTests::testbug15186()
855855
iTestFromPolyFile("bug15186", 10);
856856
} // MeMultiPolyTo2dmIntermediateTests::testbug15186
857857
//------------------------------------------------------------------------------
858-
/// \brief Test for a bug where points are created with NAN coordinates
859-
//------------------------------------------------------------------------------
860-
void MeMultiPolyTo2dmIntermediateTests::testbug15186_a()
861-
{
862-
iTestFromPolyFile("bug15186_a", 10);
863-
} // MeMultiPolyTo2dmIntermediateTests::testbug15186_a
864-
//------------------------------------------------------------------------------
865858
/// \brief Test for a bug where z values on the polygon cause problems
866859
//------------------------------------------------------------------------------
867860
void MeMultiPolyTo2dmIntermediateTests::testbug15246()

xmsmesher/meshing/MeMultiPolyTo2dm.t.h

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ class MeMultiPolyTo2dmIntermediateTests : public CxxTest::TestSuite
5656
void testbug14901();
5757
void testbug15183();
5858
void testbug15186();
59-
void testbug15186_a();
6059
void testbug15246();
6160
void testPatch7();
6261
void testRefine();

0 commit comments

Comments
 (0)