[Libreoffice-commits] .: sc/qa

Markus Mohrhard mmohrhard at kemper.freedesktop.org
Thu Oct 27 15:03:35 PDT 2011


 sc/qa/unit/data/xlsx/named-ranges-global.xlsx |binary
 sc/qa/unit/filters-test.cxx                   |    2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a9730ec265c4aeab6724741d66d17c6b44f307ed
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Fri Oct 28 00:00:34 2011 +0200

    we can now enable the range name test for xlsx too

diff --git a/sc/qa/unit/data/xlsx/named-ranges-global.xlsx b/sc/qa/unit/data/xlsx/named-ranges-global.xlsx
new file mode 100644
index 0000000..a1ae8e7
Binary files /dev/null and b/sc/qa/unit/data/xlsx/named-ranges-global.xlsx differ
diff --git a/sc/qa/unit/filters-test.cxx b/sc/qa/unit/filters-test.cxx
index 71a4339..059ef17 100644
--- a/sc/qa/unit/filters-test.cxx
+++ b/sc/qa/unit/filters-test.cxx
@@ -299,7 +299,7 @@ void ScFiltersTest::testRangeName()
 {
     const rtl::OUString aFileNameBase(RTL_CONSTASCII_USTRINGPARAM("named-ranges-global."));
     //XLSX does not work yet
-    for (sal_uInt32 i = 0; i < 2; ++i)
+    for (sal_uInt32 i = 0; i < 3; ++i)
     {
         rtl::OUString aFileExtension(aFileFormats[i].pName, strlen(aFileFormats[i].pName), RTL_TEXTENCODING_UTF8 );
         rtl::OUString aFilterName(aFileFormats[i].pFilterName, strlen(aFileFormats[i].pFilterName), RTL_TEXTENCODING_UTF8) ;


More information about the Libreoffice-commits mailing list