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



Author: noelpwer
Date: Wed Oct  8 13:43:27 2008
New Revision: 14247
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14247&view=rev

Log:
fix for running tests under windows


Modified:
   trunk/scratch/sc-vba/testvba/runTests.pl

Modified: trunk/scratch/sc-vba/testvba/runTests.pl
==============================================================================
--- trunk/scratch/sc-vba/testvba/runTests.pl	(original)
+++ trunk/scratch/sc-vba/testvba/runTests.pl	Wed Oct  8 13:43:27 2008
@@ -19,7 +19,7 @@
 my $theResult;
 my $officepath = shift || die "please specify path to office installation program dir";
 my $DocName = shift || "";
-my $programpath = "$officepath/program";
+my $programpath = "$officepath"."3/program:$officepath/program:";
 my $basiclibrarypath = "$officepath/basis3.0/program";
 my $urelibpath = "$officepath/ure/lib";
 my $binext = "";
@@ -57,7 +57,7 @@
       # windows under cygwin
       $sysDir = "win" ;
       $tmpPath=$ENV{"PATH"};
-      $ENV{"PATH"} = "$officepath:$tmpPath";
+      $ENV{"PATH"} = "$officepath/program:$officepath/URE/bin:$officepath/Basis/program:$tmpPath";
       $testDocDir=`cygpath -m  $testDocDir`;
       uri_escape($testDocDir);
       # hacky windows url construction
@@ -71,6 +71,8 @@
       chomp($testLogDir);
       #print "*** log dir is $testLogDir\n";
       $binext = ".exe";
+      my $tmpPath=$ENV{"PATH"};
+      #print"*** win PATH is $tmpPath\n"
    }
    else{
       # unix we need to find sal etc. ( from the office path )



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