Kaydet (Commit) 622988dd authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:unreffun

Change-Id: Ic0c4bd61aad4354f58cc60e8b584b9d63e397a3b
üst 1a4eeac1
...@@ -53,6 +53,8 @@ class IconThemeInfoTest : public CppUnit::TestFixture ...@@ -53,6 +53,8 @@ class IconThemeInfoTest : public CppUnit::TestFixture
CPPUNIT_TEST(ThemeIdIsDetectedFromFileNameWithUnderscore); CPPUNIT_TEST(ThemeIdIsDetectedFromFileNameWithUnderscore);
CPPUNIT_TEST(ImagesZipIsNotValid); CPPUNIT_TEST(ImagesZipIsNotValid);
CPPUNIT_TEST(ImagesOxygenZipIsValid); CPPUNIT_TEST(ImagesOxygenZipIsValid);
CPPUNIT_TEST(DisplayNameForHicontrastIsHighContrast);
CPPUNIT_TEST(DisplayNameForTango_testingIsTangoTesting);
CPPUNIT_TEST(ExceptionIsThrownWhenIdCannotBeDetermined1); CPPUNIT_TEST(ExceptionIsThrownWhenIdCannotBeDetermined1);
CPPUNIT_TEST(ExceptionIsThrownWhenIdCannotBeDetermined2); CPPUNIT_TEST(ExceptionIsThrownWhenIdCannotBeDetermined2);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment