James Mckenzie wrote:

I am trying my hand at running QA for the 2.0.4 Windows builds on a Windows 
2003 server system.

Testtool installs and appears to run.  However, when I try to run the first.bas 
test, the test dies with three OpenOffice.org windows and an error in the 
master.inc file where the EditPaste from the clipboard function is under test.  
The line with the error is:
SetClipboard "The first doc!"

Is this a known problem with Windows 2003 server?

BTW, I got to the build through QATrack.

Hi James,

we already solved it, so just for the records:

Disable and quit the quickstarter.

Comment from James:

"Turned off the Quickstarter and was greeted by a Windows Firewall message.  Cleared 
the message and all is well.  First.bas ran with no errors ..."


There was no communication taking place between OOo and TestTool;
TestTool was able to open new OOo windows (Which happened by calling 'soffice'), but communication couldn't take place because the parameter -enableautomation needs to get passed on starting OOo and it doesn't work on an already
running OOo process.

You know communication is working when one window has a title like:
Untitled 1 - OpenOffice.org Writer TTS:localhost[12479]
-> the localhost[xxxx] part is important

cheers
Thorsten
--
*******************************************************************
Thorsten Bosbach                             Sun Microsystems GmbH
Quality Assurance Engineer                   20097 Hamburg, Germany

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to