Skip to content

Commit 491e059

Browse files
committed
Revert "Added 'test' for uv-data."
This reverts commit 8ee5615.
1 parent 8ee5615 commit 491e059

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/MeshDataTest.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,6 @@ TEST_F(MeshDataTest, fromXmlNode)
156156
{
157157
EXPECT_EQ(byte, face_bytes[++i_face_byte]);
158158
}
159-
160-
const bytearray got_uv_function = mesh_data->getUVCoordinatesPerVertexAsBytes();
161-
ASSERT_EQ(got_uv_function.size(), 0); // NOTE: Didn't add a _proper_ test yet, but the function should at least exist and return the right type.
162159
}
163160

164161
} // namespace Savitar

0 commit comments

Comments
 (0)