From 08c4802bd2cb1eedac6c0845a2b0fbcbd19d3e3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 31 Oct 2013 14:44:28 +0100 Subject: [PATCH] Plugins: skip the unimplemented test case instead of failing whole test. It is better to run automatically all tests than to manually check that only this one error is present. --- src/Plugins/MagnumFont/Test/MagnumFontTest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Plugins/MagnumFont/Test/MagnumFontTest.cpp b/src/Plugins/MagnumFont/Test/MagnumFontTest.cpp index 35b130f8e..f1d14394e 100644 --- a/src/Plugins/MagnumFont/Test/MagnumFontTest.cpp +++ b/src/Plugins/MagnumFont/Test/MagnumFontTest.cpp @@ -98,6 +98,7 @@ void MagnumFontTest::layout() { void MagnumFontTest::createGlyphCache() { /** @todo */ + CORRADE_SKIP("Not yet implemented"); } }}}