Skip to content

Commit

Permalink
-remove unneeded test
Browse files Browse the repository at this point in the history
  • Loading branch information
alemon-aquaveo authored and gagelarsen committed Aug 14, 2024
1 parent 21c2776 commit 13dcc2f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions xmsmesher/meshing/MeMultiPolyTo2dm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
1 change: 0 additions & 1 deletion xmsmesher/meshing/MeMultiPolyTo2dm.t.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ class MeMultiPolyTo2dmIntermediateTests : public CxxTest::TestSuite
void testbug14901();
void testbug15183();
void testbug15186();
void testbug15186_a();
void testbug15246();
void testPatch7();
void testRefine();
Expand Down

0 comments on commit 13dcc2f

Please sign in to comment.