Browse Source

Of course there were tests that got never executed.

Yay!
simd
Vladimír Vondruš 7 years ago
parent
commit
a31ae86500
  1. 1
      src/Magnum/Animation/Test/PlayerTest.cpp
  2. 1
      src/MagnumPlugins/ObjImporter/Test/ObjImporterTest.cpp

1
src/Magnum/Animation/Test/PlayerTest.cpp

@ -119,6 +119,7 @@ const struct {
PlayerTest::PlayerTest() {
addTests({&PlayerTest::constructEmpty,
&PlayerTest::construct,
&PlayerTest::constructChrono,
&PlayerTest::constructCopy,
&PlayerTest::constructMove,

1
src/MagnumPlugins/ObjImporter/Test/ObjImporterTest.cpp

@ -129,6 +129,7 @@ ObjImporterTest::ObjImporterTest() {
&ObjImporterTest::wrongPointIndexData,
&ObjImporterTest::wrongLineIndexData,
&ObjImporterTest::wrongTriangleIndexData,
&ObjImporterTest::polygonIndexData,
&ObjImporterTest::missingPositionData,
&ObjImporterTest::missingNormalData,

Loading…
Cancel
Save