disable that test on windows
the TMP directory may live on another drive which means no relative paths exist Change-Id: I0b3258ed8f4cf80eb3a4835eb698fca23245112d
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user