I have this weird feeling that this stuff won't be fixed in next release.
@ -38,7 +38,7 @@ class ContextTest: public TestSuite::Tester {
};
ContextTest::ContextTest() {
addTests({&ContextTest::debugFlag});
addTests<ContextTest>({&ContextTest::debugFlag});
}
void ContextTest::debugFlag() {
@ -92,7 +92,7 @@ class ObjImporterTest: public TestSuite::Tester {
ObjImporterTest::ObjImporterTest() {
addTests({&ObjImporterTest::pointMesh,
addTests<ObjImporterTest>({&ObjImporterTest::pointMesh,
&ObjImporterTest::lineMesh,
&ObjImporterTest::triangleMesh,
&ObjImporterTest::mixedPrimitives,