summaryrefslogtreecommitdiff
path: root/smoketestoo_native
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-15 11:15:40 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-15 11:15:40 +0000
commit233b7675e4e5e8783d46860443f847b4ecc928a8 (patch)
tree973613464515e0b84bccf279a7bd3482a36ee691 /smoketestoo_native
parent0a5fb235f16852d6cc2ed4eb910b3ffc2c6eb65a (diff)
INTEGRATION: CWS smoketest13 (1.20.8); FILE MERGED
2007/01/12 15:57:31 kz 1.20.8.1: #i73420# chg. start message to starting office
Diffstat (limited to 'smoketestoo_native')
-rwxr-xr-xsmoketestoo_native/smoketest.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/smoketestoo_native/smoketest.pl b/smoketestoo_native/smoketest.pl
index b0fdc34c3ffb..7af9f039f828 100755
--- a/smoketestoo_native/smoketest.pl
+++ b/smoketestoo_native/smoketest.pl
@@ -7,9 +7,9 @@ eval 'exec perl -wS $0 ${1+"$@"}'
#
# $RCSfile: smoketest.pl,v $
#
-# $Revision: 1.20 $
+# $Revision: 1.21 $
#
-# last change: $Author: ihi $ $Date: 2006-12-18 15:46:55 $
+# last change: $Author: vg $ $Date: 2007-01-15 12:15:40 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -255,7 +255,7 @@ if ( $ARGV[0] ) {
( $script_name = $0 ) =~ s/^.*\b(\w+)\.pl$/$1/;
-$id_str = ' $Revision: 1.20 $ ';
+$id_str = ' $Revision: 1.21 $ ';
$id_str =~ /Revision:\s+(\S+)\s+\$/
? ($script_rev = $1) : ($script_rev = "-");
@@ -455,7 +455,7 @@ sub doTest {
# start office (error 4)
- print "Starting Testtool ($INSTSETNAME)\n";
+ print "starting office ($INSTSETNAME)\n";
if ($gui eq "UNX") {
delete $ENV{LD_LIBRARY_PATH};