To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111558





------- Additional comments from s...@openoffice.org Fri May 14 07:56:32 +0000 
2010 -------
Documentation:

The OOO_TEST_SOFFICE environment variable can be used to override which soffice
executable is used by the tests based on solenv/inc/installationtest.mk
(smoketestoo_native, */qa/unoapi, ...).

When set as

  OOO_TEST_SOFFICE=path:<full pathname of soffice executable>

the tests do not use the soffice executable from the solver installation
(installed there by smoketestoo_native), but instead the specified one.  The
argument must be the complete, platform native pathname of the soffice
executable (i.e., on Unix it must end in ".../soffice" and on Windows in
".../soffice.exe"; on Windows it must not be a Cygwin-style "/cygdrive/..."
path).  The tests still start that soffice executable with a temporary user
installation, and still terminate it when finished testing.

When set as

  OOO_TEST_SOFFICE=connect:<URP connection description>

the tests do not start an soffice executable at all, but instead try to connect
to one via the given URP connection.  The argument must be the connection string
without the trailing ";urp" (e.g., "socket,host=localhost,port=12345" or
"pipe,name=foo").  The tests still try to terminate the connected soffice
process when finished (via com.sun.star.frame.XDesktop.terminate), but no longer
notice if the soffice process crashes during termination (i.e., the tests do not
wait on the soffice process).

(When OOO_TEST_SOFFICE is set while building smoketestoo_native, the OOo solver
installation is still created, even though it is not used for the current test.
 On Windows, when OOO_TEST_SOFFICE is set, no temporary OOo installation is
unpacked by any of the tests.)

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to