Hello again :)

I'm working my way through Maho's description and Uwe's doc. Again.

On 16/12/2006, at 7:48 AM, NAKATA Maho wrote:

1. Platform
 * MacOSX Intel
OOo 2.1RC2 Vietnamese version

2. How to obtain OS
Bundled with hardware.
.

3. Update the OS
* System Preferences -> Software update
OS up-to-date

4. OS specific settings; disabling screen saver and some tips.

in English
* System Preferences -> Desktop & screen saver -> Screen Saver ->
  Start screen saver -> never
* System Preferences -> Energy Saver -> Put the computer to sleep
when it is inactive for -> never
*  System Preferences -> Energy Saver -> Put the computer to sleep
Put the display to sheep when the compute is in active for: -> never

Done.

5. Download OOo and install.

I have already downloaded:
• a fresh copy of OpenOffice.org 2.1 RC2 Vietnamese. It is installed in /Users/test/ . • OpenOffice.org 2.0.4 RC3 Vietnamese from Maho's server, for testtool (Users/test/Desktop)
 • the testtool scripts from CVS, into /Users/Shared/OOoQA/ .

double click dmg ->
OOo_2.0.3rc7_MacOSXIntel_ja.dmg
-> drag and drop to Desktop

Done.

6. Preparation for QA
Due to #i69378#, testtool come with 2.1RC2 doesn't work for MacOSX Intel
http://www.openoffice.org/issues/show_bug.cgi?id=69378
that's why we used testtool from 2.0.3rc7

* preparation for testtool
% cp /Users/maho/Desktop/OpenOffice.org\ 2.0.app/Contents/MacOS/ program/soffice /Users/maho/Desktop/OpenOffice.org\ 2.0.app/ Contents/MacOS/program/testtool

Copy soffice from the older version of OpenOffice.org to testtool of the same older version? Done.

* apply following patch to ooo_releasetest.sh

OK.

 # set location of testscripts
 # (the directory, where directory 'qatesttool' exists)
-sLocation=/share/_OOo/cvs/qa
+sLocation=/work/qa

OK.

 # set location of TestTool
 # (full path including executable 'testtool')
-sTestTool="/opt/openoffice.org2.1/program/testtool.bin"
+sTestTool="/Users/maho/Desktop/OpenOffice.org 2.0.app/Contents/ MacOS/program/testtool"

OK.

 # set location of close-office file
 # (see cvs)

What do I do here?

@@ -101,9 +101,9 @@
         do
                  echo "Running soffices' processes: "
                # kill office, if exists
-                  #killall -9 soffice.bin
-                  pkill -9 soffice.bin
- ps -fe | grep $USER | grep "soffice.bin" | grep -v "grep"
+                  /usr/bin/killall -9 soffice.bin
+                  #pkill -9 soffice.bin
+ ps -Aj | grep $USER | grep "soffice.bin" | grep -v "grep"

echo "****************************************************"
                 echo "Will run: " $x
@@ -119,14 +119,14 @@
                         testtoolpid=$!
                         echo "PID of Testtool: " $testtoolpid

-                         if ps -p $testtoolpid > /dev/null ; then
+ if ps -p $testtoolpid | grep $testtoolpid > /dev/null ; then
                             echo " Successfully started"
                          else
echo " There might be something wrong with starting the Testtool!"
                          fi

######### wait until Testtool has finished & closed
-                         while ps -p $testtoolpid > /dev/null ;
+ while ps -p $testtoolpid | grep $testtoolpid > /dev/null ;
                          do
                                     sleep 2
                                     i=$((i+2))

I don't understand what to do with the script above. :(


* Prepare ~/Library/Application\ Support/.testtoolrc
...

Done.

OK. I'm ready to run, except for the above queries, and the fact that I don't know where to put the file James sent me.

7. Perform QA test
Application->X11->Xterm
$ cd /work/qa/qatesttool/script/unix
$ rm -rf ~/Library/Application\ Support/OpenOffice.org\ 2.1 /work/ qa/qatesttool/errorlog/*res; bash ooo_releasetests.sh

8. Summary of the result
http://www.openoffice.org/nonav/issues/showattachment.cgi/41456/ errorlog-MacOSXIntel-OOo21.tar.gz

I only hope I get this far.

from Clytie (vi-VN, Vietnamese free-software translation team / nhóm Việt hóa phần mềm tự do)
http://groups-beta.google.com/group/vi-VN


Attachment: PGP.sig
Description: This is a digitally signed message part

Reply via email to