diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-20 17:57:22 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-20 17:57:22 +0000 |
commit | d1e4041a54072ad23763e87e95ec7719a1e855e6 (patch) | |
tree | fa958126b13e1d64b48b7e857b170cad302b93c6 /reportdesign/qa/complex | |
parent | c00fc2ed3164aeb1b7d3f0d5ee4ec7c6275d2458 (diff) |
INTEGRATION: CWS reportdesign01 (1.1.2); FILE ADDED
2007/09/13 14:13:00 lla 1.1.2.2: #i81552# cleanups
2007/09/13 10:57:22 lla 1.1.2.1: #i81552#
Diffstat (limited to 'reportdesign/qa/complex')
-rwxr-xr-x | reportdesign/qa/complex/runner.props | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/reportdesign/qa/complex/runner.props b/reportdesign/qa/complex/runner.props new file mode 100755 index 000000000000..d894366ce006 --- /dev/null +++ b/reportdesign/qa/complex/runner.props @@ -0,0 +1,22 @@ +# 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 + |