[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - sc/qa

Markus Mohrhard markus.mohrhard at googlemail.com
Sat Feb 14 14:31:58 PST 2015


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

New commits:
commit 863c5e9e4b6ff1e4311665485d9e5ff2c08421d8
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sat Feb 14 23:31:08 2015 +0100

    fix windows build
    
    Change-Id: Ifad245fac92e5e94347da3e5ac01ff3ba0a8c50b

diff --git a/sc/qa/unit/ucalc.hxx b/sc/qa/unit/ucalc.hxx
index 4d2cf93..f03511e 100644
--- a/sc/qa/unit/ucalc.hxx
+++ b/sc/qa/unit/ucalc.hxx
@@ -413,7 +413,7 @@ public:
     CPPUNIT_TEST(testFormulaRefUpdateNamedExpressionMove);
     CPPUNIT_TEST(testFormulaRefUpdateNamedExpressionExpandRef);
     CPPUNIT_TEST(testFormulaRefUpdateValidity);
-    CPPUNIT_TEST(testErrorOnExternalReferences);
+    //CPPUNIT_TEST(testErrorOnExternalReferences);
     CPPUNIT_TEST(testMultipleOperations);
     CPPUNIT_TEST(testFuncCOLUMN);
     CPPUNIT_TEST(testFuncCOUNT);


More information about the Libreoffice-commits mailing list