>From: Thorsten Bosbach <[EMAIL PROTECTED]> >Sent: Oct 14, 2006 3:45 AM >To: [email protected] >Subject: Re: [qa-dev] QA problems on Windows 2003 > >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 ..."
This is key. You have to unblock the testtool process or nothing will happen either. > > >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. > Interesting that the test scripts cannot check for an already running OpenOffice process and kill it off. This would eliminate these problems. >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 Correct. I had forgot about this and none of the three OpenOffice.org windows had this at the top. James Mckenzie --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
