From 978c896a71757a7c86a531cfcd8b306b6411e982 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Thu, 4 Sep 2008 08:15:21 +0000 Subject: [PATCH] INTEGRATION: CWS greenstate30ver3_DEV300 (1.2.32.1.8); FILE MERGED 2008/09/03 13:02:01 jsk 1.2.32.1.8.1: #i93322# --- .../extensions/optional/includes/extensions.inc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/testautomation/extensions/optional/includes/extensions.inc b/testautomation/extensions/optional/includes/extensions.inc index 84c335a071b1..fd9f8b3e932f 100755 --- a/testautomation/extensions/optional/includes/extensions.inc +++ b/testautomation/extensions/optional/includes/extensions.inc @@ -8,9 +8,9 @@ '* '* $RCSfile: extensions.inc,v $ '* -'* $Revision: 1.2 $ +'* $Revision: 1.3 $ '* -'* last change: $Author: jsk $ $Date: 2008-06-19 08:56:57 $ +'* last change: $Author: rt $ $Date: 2008-09-04 09:15:21 $ '* '* This file is part of OpenOffice.org. '* @@ -660,10 +660,9 @@ testcase tExtensionsFunction qaErrorLog "disabling installed extensions failed;" endif 'close window only if we don't leave with backing window - b = getDocumentCount - if b > 1 then + while( getDocumentCount() > 0 ) hCloseDocument() - endif + wend endcase