Kaydet (Commit) 230072a6 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Figured out why testFuncMATCH was failing. Fixed it, all green.

Change-Id: Id45f4c853bf689afa8a46edc02e1e5f8c43894bc
üst 1712337d
...@@ -95,8 +95,10 @@ $(eval $(call gb_CppunitTest_use_ure,sc_ucalc)) ...@@ -95,8 +95,10 @@ $(eval $(call gb_CppunitTest_use_ure,sc_ucalc))
$(eval $(call gb_CppunitTest_use_components,sc_ucalc,\ $(eval $(call gb_CppunitTest_use_components,sc_ucalc,\
configmgr/source/configmgr \ configmgr/source/configmgr \
fileaccess/source/fileacc \
framework/util/fwk \ framework/util/fwk \
i18npool/util/i18npool \ i18npool/util/i18npool \
sax/source/expatwrap/expwrap \
sfx2/util/sfx \ sfx2/util/sfx \
ucb/source/core/ucb1 \ ucb/source/core/ucb1 \
ucb/source/ucp/file/ucpfile1 \ ucb/source/ucp/file/ucpfile1 \
......
...@@ -1145,7 +1145,7 @@ void Test::testCellFunctions() ...@@ -1145,7 +1145,7 @@ void Test::testCellFunctions()
testFuncCOUNTIF(m_pDoc); testFuncCOUNTIF(m_pDoc);
testFuncIFERROR(m_pDoc); testFuncIFERROR(m_pDoc);
testFuncVLOOKUP(m_pDoc); testFuncVLOOKUP(m_pDoc);
// testFuncMATCH(m_pDoc); // TODO: Fix this and re-enable it. testFuncMATCH(m_pDoc);
testFuncCELL(m_pDoc); testFuncCELL(m_pDoc);
testFuncDATEDIF(m_pDoc); testFuncDATEDIF(m_pDoc);
testFuncINDIRECT(m_pDoc); testFuncINDIRECT(m_pDoc);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment