[Libreoffice-commits] .: sc/qa

Kohei Yoshida kohei at kemper.freedesktop.org
Wed May 25 20:03:04 PDT 2011


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

New commits:
commit ca6cbba48c6ff11b4ca704fcefa118f64e357dd0
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Wed May 25 23:01:44 2011 -0400

    Forgot to uncomment this line.
    
    Now that we always set locale to en_US during unit test, this test
    should be okay.

diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 6ba7381..e5fa53e 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -1911,7 +1911,7 @@ void Test::testFunctionLists()
     for (sal_uInt32 i = 0; i < n; ++i)
     {
         const formula::IFunctionCategory* pCat = pFuncMgr->getCategory(i);
-//        CPPUNIT_ASSERT_MESSAGE("Unexpected category name", pCat->getName().equalsAscii(aTests[i].Category));
+        CPPUNIT_ASSERT_MESSAGE("Unexpected category name", pCat->getName().equalsAscii(aTests[i].Category));
         sal_uInt32 nFuncCount = pCat->getCount();
         for (sal_uInt32 j = 0; j < nFuncCount; ++j)
         {


More information about the Libreoffice-commits mailing list