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

New commits:
commit 7d46f7a465336f32223f1226dc8093c9a6f0e7a5
Author: Markus Mohrhard <markus.mohrh...@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);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to