From a31ae86500a6698e7a0230f858651c2ea4d158fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 10 Jan 2019 23:46:13 +0100 Subject: [PATCH] Of course there were tests that got never executed. Yay! --- src/Magnum/Animation/Test/PlayerTest.cpp | 1 + src/MagnumPlugins/ObjImporter/Test/ObjImporterTest.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Magnum/Animation/Test/PlayerTest.cpp b/src/Magnum/Animation/Test/PlayerTest.cpp index 707240b6e..85203241b 100644 --- a/src/Magnum/Animation/Test/PlayerTest.cpp +++ b/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, diff --git a/src/MagnumPlugins/ObjImporter/Test/ObjImporterTest.cpp b/src/MagnumPlugins/ObjImporter/Test/ObjImporterTest.cpp index c30c63220..c3485bfb6 100644 --- a/src/MagnumPlugins/ObjImporter/Test/ObjImporterTest.cpp +++ b/src/MagnumPlugins/ObjImporter/Test/ObjImporterTest.cpp @@ -129,6 +129,7 @@ ObjImporterTest::ObjImporterTest() { &ObjImporterTest::wrongPointIndexData, &ObjImporterTest::wrongLineIndexData, &ObjImporterTest::wrongTriangleIndexData, + &ObjImporterTest::polygonIndexData, &ObjImporterTest::missingPositionData, &ObjImporterTest::missingNormalData,