ooo-build r13213 - trunk/scratch/sc-vba/testvba



Author: jiaojh
Date: Tue Jul 15 06:43:37 2008
New Revision: 13213
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13213&view=rev

Log:
miss spell


Modified:
   trunk/scratch/sc-vba/testvba/README

Modified: trunk/scratch/sc-vba/testvba/README
==============================================================================
--- trunk/scratch/sc-vba/testvba/README	(original)
+++ trunk/scratch/sc-vba/testvba/README	Tue Jul 15 06:43:37 2008
@@ -7,22 +7,22 @@
 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
+      from the cmdline './runTests.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 all test cases type
-   'perl ./runTest.pl $(OFFICE_PROGRAM_PATH)'
+   'perl ./runTests.pl $(OFFICE_PROGRAM_PATH)'
    to run a test case type
-   'perl ./runTest.pl $(OFFICE_PROGRAM_PATH) testfilename'
+   'perl ./runTests.pl $(OFFICE_PROGRAM_PATH) testfilename'
 
 unix
 ====
 
 assuming perl is installed
-      './runTest.pl $(OFFICE_PROGRAM_PATH)'
-    or './runTest.pl $(OFFICE_PROGRAM_PATH) testfilename' for one file test.
+      './runTests.pl $(OFFICE_PROGRAM_PATH)'
+    or './runTests.pl $(OFFICE_PROGRAM_PATH) testfilename' for one file test.
 
 
 Note: For either windows or unix all of the tests should pass ( and you should get a result like )



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]