23 lines
903 B
Text
23 lines
903 B
Text
|
# where to store created documents
|
||
|
wntmsci.DOC_COMPARATOR_OUTPUT_PATH=\\\\so-gfxcmp-lin\\doc-pool\\reporttest
|
||
|
unxlngi.DOC_COMPARATOR_OUTPUT_PATH=/net/so-gfxcmp-lin/export/gfxcmp/document-pool/reporttest
|
||
|
|
||
|
DB_CONNECTION_STRING=server:jakobus,db:jobs_convwatch,user:admin,passwd:admin
|
||
|
|
||
|
# Set path to an existing office installation
|
||
|
wntmsci.AppExecutionCommand=C:\\home\\${USERNAME}\\staroffice8\\program\\soffice.exe -norestore -nocrashreport -accept=socket,host=localhost,port=8100;urp;
|
||
|
unxlngi.AppExecutionCommand=/opt/staroffice8/program/soffice -norestore -nocrashreport -accept=socket,host=localhost,port=8100;urp;
|
||
|
|
||
|
# Set the 'Continue' Property to true, to leave out already done tests.
|
||
|
Continue=true
|
||
|
|
||
|
TestBase=java_complex
|
||
|
TestJob=-o complex.ReportDesignerTest
|
||
|
DebugIsActive=true
|
||
|
ThreadTimeOut=400000
|
||
|
SingleTimeOut=300000
|
||
|
|
||
|
# don't start office automatically
|
||
|
NoOffice=true
|
||
|
|