1# the path to the test documents 2TestDocumentPath=../../testdocuments 3 4# the allowed memory increase per exported document: if the memory increase is higher than this number, the test will fail 5AllowMemoryIncrease=20 6 7# the amount of exported documents: each loaded document will be written 'ExportDocCount' times 8ExportDocCount=25 9 10# the import and export filters, separated by comma; further relations can be added with increasing numbers, like 11#'FileExportFilter4=sxd,draw_pdf_Export' 12FileExportFilter1=sxw,writer_pdf_Export 13FileExportFilter2=sxc,calc_pdf_Export 14FileExportFilter3=sxi,impress_pdf_Export 15