summaryrefslogtreecommitdiff
path: root/sal/qa/rtl/locale/rtl_locale.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/qa/rtl/locale/rtl_locale.cxx')
-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