File: README

package info (click to toggle)
openoffice.org 1%3A2.4.1%2Bdfsg-1%2Blenny12
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 435,300 kB
  • ctags: 43,662
  • sloc: cpp: 38,747; perl: 9,106; cs: 8,636; sh: 4,100; makefile: 3,198; python: 3,111; ansic: 812; xml: 250; lisp: 44
file content (28 lines) | stat: -rw-r--r-- 1,232 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
to run the tests 

windows
=======
   a) you can download a cygwin bash shell environment and install perl ( http://cygwin.com/setup.exe ) 
      from the cmdline './runTest.pl $(OFFICE_PROGRAM_PATH)' should run the testclient and compare the logs
   b) use ordinary windows perl [1], but additionally you will need the 'diff' program for window ( download from http://gnuwin32.sourceforge.net/packages/diffutils.htm )
     
[1] for the testclient the perl ( all inclusive ) bundle from ActivePerl is mor e than adeqate ( download from http://downloads.activestate.com/ActivePerl/Windows/5.8/ActivePerl-5.8.8.822-MSWin32-x86-280952.msi )

   to run type 'perl ./runTest.pl $(OFFICE_PROGRAM_PATH)'

unix
====

assuming perl is installed
      './runTest.pl $(OFFICE_PROGRAM_PATH)'


Note: For either windows or unix all of the tests should pass ( and you should get a result like )

========>

skipped 0 test-cases(s)
compared 9 test-case documents
                 9 tests passedTests

Note also: the testclient will attempt to connect to an existing instance of open-office, when the testClient exits the soffice process may still be running, if you wish to repeat tests you may want to kill the office instance before re-running.