From f36aec428390eb7145a466e9773e04271038247d Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 30 Nov 2012 20:45:29 +0100 Subject: eradicate all traces of OLocale and rtl/locale.hxx ... damn language tags breaking builds left and right ... Change-Id: I73224cb3fb2bb98779fdcace700cad2a4fb7cd0e --- sal/qa/rtl/locale/rtl_locale.cxx | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'sal') diff --git a/sal/qa/rtl/locale/rtl_locale.cxx b/sal/qa/rtl/locale/rtl_locale.cxx index 6607b76ec5a6..5494a18f9c52 100644 --- a/sal/qa/rtl/locale/rtl_locale.cxx +++ b/sal/qa/rtl/locale/rtl_locale.cxx @@ -48,18 +48,6 @@ public: { } - // insert your test code here. - void getDefault_000() - { - // this is demonstration code - // CPPUNIT_ASSERT_MESSAGE("a message", 1 == 1); - - // due to the fact, we set the default locale at first, this test is no longer possible - // ::rtl::OLocale aLocale = ::rtl::OLocale::getDefault(); - // CPPUNIT_ASSERT_MESSAGE("locale must be null", aLocale.getData() == NULL); - - } - void getDefault_001() { rtl_Locale* pData = rtl_locale_getDefault(); @@ -71,7 +59,6 @@ public: // because these macros are need by auto register mechanism. CPPUNIT_TEST_SUITE(getDefault); - CPPUNIT_TEST(getDefault_000); CPPUNIT_TEST(getDefault_001); CPPUNIT_TEST_SUITE_END(); }; // class getDefault -- cgit v1.2.3