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

Markus Mohrhard markus.mohrhard at googlemail.com
Sat Feb 14 14:30:48 PST 2015


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

New commits:
commit 7d46f7a465336f32223f1226dc8093c9a6f0e7a5
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sat Feb 14 23:28:47 2015 +0100

    fix windows build
    
    Why do we backport unit tests?
    
    Change-Id: I052eefa4ab84db49d396d871c0b594d10f317e3c

diff --git a/sc/qa/unit/ucalc.hxx b/sc/qa/unit/ucalc.hxx
index 9ebae4c..19b3b5f 100644
--- a/sc/qa/unit/ucalc.hxx
+++ b/sc/qa/unit/ucalc.hxx
@@ -454,7 +454,7 @@ public:
     CPPUNIT_TEST(testFormulaRefUpdateNameExpandRef);
     CPPUNIT_TEST(testFormulaRefUpdateNameDeleteRow);
     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