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.
|