From 622988dd849d8bc9344dbd56b7d9a6172095cf99 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 27 May 2015 16:06:44 +0200 Subject: loplugin:unreffun Change-Id: Ic0c4bd61aad4354f58cc60e8b584b9d63e397a3b --- vcl/qa/cppunit/app/test_IconThemeInfo.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vcl/qa/cppunit/app/test_IconThemeInfo.cxx b/vcl/qa/cppunit/app/test_IconThemeInfo.cxx index 416f8e22abc2..812bfe5229f5 100644 --- a/vcl/qa/cppunit/app/test_IconThemeInfo.cxx +++ b/vcl/qa/cppunit/app/test_IconThemeInfo.cxx @@ -53,6 +53,8 @@ class IconThemeInfoTest : public CppUnit::TestFixture CPPUNIT_TEST(ThemeIdIsDetectedFromFileNameWithUnderscore); CPPUNIT_TEST(ImagesZipIsNotValid); CPPUNIT_TEST(ImagesOxygenZipIsValid); + CPPUNIT_TEST(DisplayNameForHicontrastIsHighContrast); + CPPUNIT_TEST(DisplayNameForTango_testingIsTangoTesting); CPPUNIT_TEST(ExceptionIsThrownWhenIdCannotBeDetermined1); CPPUNIT_TEST(ExceptionIsThrownWhenIdCannotBeDetermined2); -- cgit