RunnerProps
From Apache OpenOffice Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
The RunnerProps file is the configuration file for the UnoApiTests, especially for CheckAPI tool. It is located here:
${HOME}/.runner.props # Unix
%USERPROFILE%\runner.props # Windows
To comment use the hash: #
useful values
- jdbc.url=mysql://myServer:3306/testDB
- used in database related tests
- jdbc.user=myUser
- used in database related tests
- jdbc.password=myPasswd
- used in database related tests
- mysql.url=sdbc:mysql:jdbc
- myServer:3306/TestDB:used in database related tests
- LoggingIsActive=true
- enables the logging. This is usefull for debug purposes. This could also be done by command line parameter -log
- DebugIsActive=true
- enhance some the logging. This is usefull for debug purposes. This could also be done by command line parameter -debug
- KeepDocument=true
- keeps all documents open, which created while test run
Solaris/Linux:
- TestDocumentPath=$SRC_ROOT/qadeOOo/testdocs
- some test uses predefined test documents. They are located here
- DescriptionPath=$SRC_ROOT/qadeOOo/objdsc
- the descriptions of the implementation objects
Windows:
- TestDocumentPath=$SRC_ROOT\\qadevOOo\\testdocs
- be aware with double back slash!
- DescriptionPath=$SRC_ROOT\\qadeOOo\\objdsc
- be aware with double back slash!
The test documents and the object descriptions are part of the qadevOOo project.
optional values
- ConnectionString=pipe,name=myFaforitePipeName
- connection string to connect the office via a pipe
- ConnectionString=socket,host=myHost,port=8100
- connection string to connect the office via port 8100 as host "myHost"