summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-11-30 20:45:29 +0100
committerMichael Stahl <mstahl@redhat.com>2012-11-30 20:49:12 +0100
commitf36aec428390eb7145a466e9773e04271038247d (patch)
tree1559f7cb3cdf87e519db3f83bb095d332afb3a7b /sal
parent2cb8883cfd1c6ffe293497f064f90f76d12eff32 (diff)
eradicate all traces of OLocale and rtl/locale.hxx
... damn language tags breaking builds left and right ... Change-Id: I73224cb3fb2bb98779fdcace700cad2a4fb7cd0e
Diffstat (limited to 'sal')
-rw-r--r--sal/qa/rtl/locale/rtl_locale.cxx13
1 files changed, 0 insertions, 13 deletions
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