Skip to content

Commit

Permalink
ABF: Tests should pass again
Browse files Browse the repository at this point in the history
  • Loading branch information
csparker247 committed Nov 15, 2024
1 parent 75bf86c commit 0ccda5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion texturing/test/ABFTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#include <cstddef>

#include <vc/core/io/MeshIO.hpp>

#include "vc/core/shapes/Arch.hpp"
#include "vc/core/shapes/Plane.hpp"
#include "vc/core/types/SimpleMesh.hpp"
Expand Down Expand Up @@ -135,7 +137,6 @@ class CreateArchABFLSCMOnlyUVFixture : public ::testing::Test

TEST_F(CreatePlaneABFUVFixture, PlaneABFUVTest)
{

// check size of uvMap and number of points in mesh
EXPECT_EQ(_out_Mesh->GetNumberOfPoints(), _in_Mesh->GetNumberOfPoints());
EXPECT_EQ(_out_Mesh->GetNumberOfPoints(), _SavedPoints.size());
Expand Down

0 comments on commit 0ccda5c

Please sign in to comment.