diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-07-19 22:24:43 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-07-19 22:36:19 +0200 |
commit | be36bc3fe125c8df1bb2e64c27bd0762b4581e4a (patch) | |
tree | ba0cd9822fe457970f1e55d8670816a9d607bb79 /sc | |
parent | b51883f0216e73906aa9ea9809abc58bfcf11519 (diff) |
disable that test on windows
the TMP directory may live on another drive which means no relative paths exist
Change-Id: I0b3258ed8f4cf80eb3a4835eb698fca23245112d
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/unit/subsequent_export-test.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx index 0939ec0a1fac..8215800c573d 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 |