sc/qa/unit/ucalc.hxx | 4 ++-- sc/qa/unit/ucalc_formula.cxx | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-)
New commits: commit bf8a4f0d95398dc6bf70bb51f5d99fdbb3a45235 Author: Markus Mohrhard <[email protected]> Date: Sat Feb 14 20:27:57 2015 +0100 disable that test to fix windows build Don't add tests that try to load files to ucalc. That just ends up in problems. Change-Id: I6ccc08230b7d96fd7a1b7ca0fc7c1f48284cad5a diff --git a/sc/qa/unit/ucalc.hxx b/sc/qa/unit/ucalc.hxx index 4e69a81..9edafa0 100644 --- a/sc/qa/unit/ucalc.hxx +++ b/sc/qa/unit/ucalc.hxx @@ -151,7 +151,7 @@ public: void testFormulaRefUpdateNameCopySheet(); void testFormulaRefUpdateNameDelete(); void testFormulaRefUpdateValidity(); - void testErrorOnExternalReferences(); + //void testErrorOnExternalReferences(); void testMultipleOperations(); void testFuncCOLUMN(); void testFuncCOUNT(); @@ -463,7 +463,7 @@ public: CPPUNIT_TEST(testFormulaRefUpdateNameCopySheet); CPPUNIT_TEST(testFormulaRefUpdateNameDelete); CPPUNIT_TEST(testFormulaRefUpdateValidity); - CPPUNIT_TEST(testErrorOnExternalReferences); + //CPPUNIT_TEST(testErrorOnExternalReferences); CPPUNIT_TEST(testMultipleOperations); CPPUNIT_TEST(testFuncCOLUMN); CPPUNIT_TEST(testFuncCOUNT); diff --git a/sc/qa/unit/ucalc_formula.cxx b/sc/qa/unit/ucalc_formula.cxx index 9eea4a3..a3fee83 100644 --- a/sc/qa/unit/ucalc_formula.cxx +++ b/sc/qa/unit/ucalc_formula.cxx @@ -1384,6 +1384,7 @@ void Test::testFormulaRefUpdateRange() m_pDoc->DeleteTab(0); } +/* void Test::testErrorOnExternalReferences() { // Test tdf#89330 @@ -1399,6 +1400,7 @@ void Test::testErrorOnExternalReferences() m_pDoc->DeleteTab(0); } +*/ void Test::testFormulaRefUpdateSheets() _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
