diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-02-24 20:41:11 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-02-24 20:41:11 -0500 |
commit | c04955e4da30163a1e42b08d730884b3b4cfbfec (patch) | |
tree | 8c2133b00b7ed803e85e51944ae02d8525ceb446 | |
parent | 54fcbd8c70130e03ad6ebc51e28897fa8e238583 (diff) |
Correct cppunit error message.
-rw-r--r-- | svl/qa/unit/svl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/qa/unit/svl.cxx b/svl/qa/unit/svl.cxx index e88efffea61c..f0759249915a 100644 --- a/svl/qa/unit/svl.cxx +++ b/svl/qa/unit/svl.cxx @@ -274,7 +274,7 @@ void Test::testNumberFormat() aCode = OUString(RTL_CONSTASCII_USTRINGPARAM("[$-107041E]d/mm/yyyy;@")); // Thai date format (explicit locale) if (!aFormatter.PutEntry(aCode, nPos, nType, nKey)) { - CPPUNIT_ASSERT_MESSAGE("failed to insert format code '[$-1070000]d/mm/yyyy;@'", false); + CPPUNIT_ASSERT_MESSAGE("failed to insert format code '[$-107041E]d/mm/yyyy;@'", false); } } |