1# *************************************************************
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20# *************************************************************
21
22# where to store created documents
23wntmsci.DOC_COMPARATOR_OUTPUT_PATH=\\\\so-gfxcmp-lin\\doc-pool\\reporttest
24unxlngi.DOC_COMPARATOR_OUTPUT_PATH=/net/so-gfxcmp-lin/export/gfxcmp/document-pool/reporttest
25
26DB_CONNECTION_STRING=server:jakobus,db:jobs_convwatch,user:admin,passwd:admin
27
28# Set path to an existing office installation
29wntmsci.AppExecutionCommand=C:\\home\\${USERNAME}\\staroffice8\\program\\soffice.exe  -norestore -nocrashreport -accept=socket,host=localhost,port=8100;urp;
30unxlngi.AppExecutionCommand=/opt/staroffice8/program/soffice                          -norestore -nocrashreport -accept=socket,host=localhost,port=8100;urp;
31
32# Set the 'Continue' Property to true, to leave out already done tests.
33Continue=true
34
35TestBase=java_complex
36TestJob=-o complex.ReportDesignerTest
37DebugIsActive=true
38ThreadTimeOut=400000
39SingleTimeOut=300000
40
41# don't start office automatically
42NoOffice=true
43
44