summaryrefslogtreecommitdiff
path: root/vcl/qa/cppunit/app
diff options
context:
space:
mode:
authorheiko tietze <tietze.heiko@gmail.com>2018-04-12 18:02:46 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-04-15 13:47:20 +0200
commit9709309557dfb134e2efccc34ee72c0800aa92e7 (patch)
tree3c7d3388b009fd6ef9bc745993d2f696708b0fdb /vcl/qa/cppunit/app
parente19ef55c0bee49cf39832c36d82e3fc767289411 (diff)
Remove tango_testing from repository
Abandonned project Change-Id: I72a80658aa868ca445c4122c32d0c744b340c828 Reviewed-on: https://gerrit.libreoffice.org/52790 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'vcl/qa/cppunit/app')
-rw-r--r--vcl/qa/cppunit/app/test_IconThemeInfo.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/vcl/qa/cppunit/app/test_IconThemeInfo.cxx b/vcl/qa/cppunit/app/test_IconThemeInfo.cxx
index 3ab740e5bc15..b6053745a01a 100644
--- a/vcl/qa/cppunit/app/test_IconThemeInfo.cxx
+++ b/vcl/qa/cppunit/app/test_IconThemeInfo.cxx
@@ -39,9 +39,6 @@ class IconThemeInfoTest : public CppUnit::TestFixture
DisplayNameForHicontrastIsHighContrast();
void
- DisplayNameForTango_testingIsTangoTesting();
-
- void
ExceptionIsThrownWhenIdCannotBeDetermined1();
void
@@ -54,7 +51,6 @@ class IconThemeInfoTest : public CppUnit::TestFixture
CPPUNIT_TEST(ImagesZipIsNotValid);
CPPUNIT_TEST(ImagesOxygenZipIsValid);
CPPUNIT_TEST(DisplayNameForHicontrastIsHighContrast);
- CPPUNIT_TEST(DisplayNameForTango_testingIsTangoTesting);
CPPUNIT_TEST(ExceptionIsThrownWhenIdCannotBeDetermined1);
CPPUNIT_TEST(ExceptionIsThrownWhenIdCannotBeDetermined2);
@@ -130,15 +126,6 @@ IconThemeInfoTest::DisplayNameForHicontrastIsHighContrast()
CPPUNIT_ASSERT_EQUAL(expected, displayName);
}
-void
-IconThemeInfoTest::DisplayNameForTango_testingIsTangoTesting()
-{
- OUString const id("tango_testing");
- OUString const expected("Tango Testing");
- OUString displayName = vcl::IconThemeInfo::ThemeIdToDisplayName(id);
- CPPUNIT_ASSERT_EQUAL(expected, displayName);
-}
-
// Put the test suite in the registry
CPPUNIT_TEST_SUITE_REGISTRATION(IconThemeInfoTest);