sc/qa/unit/subsequent_export-test.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit be36bc3fe125c8df1bb2e64c27bd0762b4581e4a Author: Markus Mohrhard <[email protected]> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
