[Libreoffice-commits] core.git: sc/qa
Markus Mohrhard
markus.mohrhard at googlemail.com
Sat Jul 19 13:37:33 PDT 2014
sc/qa/unit/subsequent_export-test.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit be36bc3fe125c8df1bb2e64c27bd0762b4581e4a
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Sat Jul 19 22:24:43 2014 +0200
disable that test on windows
the TMP directory may live on another drive which means no relative paths exist
Change-Id: I0b3258ed8f4cf80eb3a4835eb698fca23245112d
diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx
index 0939ec0..8215800 100644
--- a/sc/qa/unit/subsequent_export-test.cxx
+++ b/sc/qa/unit/subsequent_export-test.cxx
@@ -146,7 +146,9 @@ public:
CPPUNIT_TEST(testSharedFormulaStringResultExportXLSX);
CPPUNIT_TEST(testFunctionsExcel2010XLSX);
CPPUNIT_TEST(testFunctionsExcel2010XLS);
+#if !defined(WNT)
CPPUNIT_TEST(testRelativePaths);
+#endif
/* TODO: export to ODS currently (2014-04-28) makes the validator stumble,
* probably due to a loext:fill-character attribute in a
More information about the Libreoffice-commits
mailing list