diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-05-25 23:01:44 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-05-25 23:01:44 -0400 |
commit | 4f5e783c066373e1776cddf48ce935ce1475b37d (patch) | |
tree | 5dd4b8449a7b69b3755d962e47e19ae013167e11 /sc/qa | |
parent | 48dcb2615ee931e07c33d06353423770a2d09934 (diff) |
Forgot to uncomment this line.
Now that we always set locale to en_US during unit test, this test
should be okay.
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/unit/ucalc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx index 6ba7381c1f41..e5fa53e27e1a 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) { |