[Libreoffice-commits] .: svl/qa

Kohei Yoshida kohei at kemper.freedesktop.org
Thu Feb 24 17:41:37 PST 2011


 svl/qa/unit/svl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7665c59fa2b03681d327643750363326b55940af
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Thu Feb 24 20:41:11 2011 -0500

    Correct cppunit error message.

diff --git a/svl/qa/unit/svl.cxx b/svl/qa/unit/svl.cxx
index e88efff..f075924 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);
     }
 }
 


More information about the Libreoffice-commits mailing list