ooo-build r14235 - branches/debian-2-4-1/patches/src680



Author: rengelhard
Date: Tue Oct  7 13:44:09 2008
New Revision: 14235
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14235&view=rev

Log:
fix smoketest, run with -no-oosplash

Modified:
   branches/debian-2-4-1/patches/src680/unxsplash-rework.diff

Modified: branches/debian-2-4-1/patches/src680/unxsplash-rework.diff
==============================================================================
--- branches/debian-2-4-1/patches/src680/unxsplash-rework.diff	(original)
+++ branches/debian-2-4-1/patches/src680/unxsplash-rework.diff	Tue Oct  7 13:44:09 2008
@@ -2354,3 +2354,24 @@
  
              //DBG_ASSERT( !mpWindowImpl->mbSuppressAccessibilityEvents, "Window::Show() - Frame reactivated");
              mpWindowImpl->mbSuppressAccessibilityEvents = FALSE;
+Index: smoketest.pl
+===================================================================
+RCS file: /cvs/installation/smoketestoo_native/smoketest.pl,v
+retrieving revision 1.27
+diff -u -u -r1.27 smoketest.pl
+--- smoketestoo_native/smoketest.pl	6 Dec 2007 17:17:22 -0000	1.27
++++ smoketextoo_native/smoketest.pl	7 Oct 2008 13:41:41 -0000
+@@ -467,11 +467,11 @@
+ 	}
+ 	if ((defined($ENV{OS})) && (defined($ENV{PROEXT})) && ($ENV{OS} eq "LINUX") && ($ENV{PROEXT} eq ".pro") && $is_do_statistics)  {
+ 		print "collecting statistic...\n";
+-		$Command = "$PERL stats.pl -p=\"$programpath" . "soffice\" -norestore -nocrashreport macro:///Standard.Global.StartTestWithDefaultOptions";
++		$Command = "$PERL stats.pl -p=\"$programpath" . "soffice\" -no-oosplash -norestore -nocrashreport macro:///Standard.Global.StartTestWithDefaultOptions";
+ 		execute_Command ($Command, $error_startOffice, $show_Message, $command_normal);
+ 	}
+ 	else {
+-		$Command = "\"$programpath" . "soffice\" -norestore -nocrashreport macro:///Standard.Global.StartTestWithDefaultOptions";
++		$Command = "\"$programpath" . "soffice\" -no-oosplash -norestore -nocrashreport macro:///Standard.Global.StartTestWithDefaultOptions";
+ 		execute_Command ($Command, $error_startOffice, $show_Message, $command_normal);
+ 	}
+ 



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