[tools-issues] [Issue 111558] installationtest.mk: allo w override of tested soffice process

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


User sb changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from s...@openoffice.org Fri Jun 18 07:53:46 + 
2010 ---
.

-
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



[tools-issues] [Issue 111558] installationtest.mk: allo w override of tested soffice process

2010-05-20 Thread sb
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 Thu May 20 07:33:19 + 
2010 ---
... additional quoting fix
http://hg.services.openoffice.org/cws/sb120/rev/d92652211cf0

-
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



[tools-issues] [Issue 111558] installationtest.mk: allo w override of tested soffice process

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


User sb changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from s...@openoffice.org Fri May 14 07:50:07 + 
2010 ---
adapted DEV300_m77-ooo_test_soffice.patch applied as
http://hg.services.openoffice.org/cws/sb120/rev/7c3dbf1f2f9f

-
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



[tools-issues] [Issue 111558] installationtest.mk: allo w override of tested soffice process

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


User sb changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from s...@openoffice.org Fri May 14 07:51:44 + 
2010 ---
verified on unxsoli4; both smoketestoo_native (C++ based) and
configmgr/qa/unoapi (Java based) work with OOO_TEST_SOFFICE=path:... and
OOO_TEST_SOFFICE=connect:...

-
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



[tools-issues] [Issue 111558] installationtest.mk: allo w override of tested soffice process

2010-05-14 Thread sb
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 + 
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



[tools-issues] [Issue 111558] installationtest.mk: allo w override of tested soffice process

2010-05-12 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111558
 Issue #|111558
 Summary|installationtest.mk: allow override of tested soffice 
|process
   Component|tools
 Version|DEV300m77
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|code
 Assigned to|sb
 Reported by|sb





--- Additional comments from s...@openoffice.org Wed May 12 15:31:20 + 
2010 ---
For various reasons, it would be useful if the tests based on
solenv/inc/installationtest.mk (smoketestoo_native, */qa/unoapi, etc.) would not
always use the soffice program from the solver OOo installation (placed there by
smoketestoo_native), but if the user could manually override that.

-
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



[tools-issues] [Issue 111558] installationtest.mk: allo w override of tested soffice process

2010-05-12 Thread sb
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 Wed May 12 15:33:02 + 
2010 ---
Created an attachment (id=69436)
implementation


-
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



[tools-issues] [Issue 111558] installationtest.mk: allo w override of tested soffice process

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


User sb changed the following:

What|Old value |New value

  CC|''|'iha'

  Status|NEW   |STARTED

Target milestone|---   |OOo 3.3





--- Additional comments from s...@openoffice.org Wed May 12 15:34:48 + 
2010 ---
The attached DEV300_m77-ooo_test_soffice.patch would solve this, and reportedly
works as desired on Linux (sb) and Windows (iha).

-
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