Author: arist Date: Thu Nov 15 00:26:08 2012 New Revision: 1409616 URL: http://svn.apache.org/viewvc?rev=1409616&view=rev Log: sd2gbuild_8_f6f544ea1a62.patch # HG changeset patch # User Wolfram Garten [wg] <wolfram.gar...@oracle.com> # Date 1299073459 -3600 # Node ID f6f544ea1a625bb9b089a666043c285803c0cf0d # Parent 56c5087951af1cc2f8f546d6b4c48173135486e9 Adding printlogs
Modified: incubator/ooo/branches/gbuild/main/testautomation/graphics/optional/includes/impress/i_us_present.inc Modified: incubator/ooo/branches/gbuild/main/testautomation/graphics/optional/includes/impress/i_us_present.inc URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/testautomation/graphics/optional/includes/impress/i_us_present.inc?rev=1409616&r1=1409615&r2=1409616&view=diff ============================================================================== --- incubator/ooo/branches/gbuild/main/testautomation/graphics/optional/includes/impress/i_us_present.inc (original) +++ incubator/ooo/branches/gbuild/main/testautomation/graphics/optional/includes/impress/i_us_present.inc Thu Nov 15 00:26:08 2012 @@ -511,7 +511,7 @@ testcase i_us_presentation DocumentImpress.TypeKeys "End" printlog "Inserted ending -slide." Kontext "Gallery" - + printlog "Checking if gallery is closed..." if Gallery.Exists(2) then warnlog "The Gallery was visible. Closed it. Check earlier ran tests for inconsistency." ToolsGallery @@ -519,15 +519,15 @@ testcase i_us_presentation end if kontext "slides" - + printlog "moving up to first slide.." for i = 1 to 8 sleep 1 SlidesControl.TypeKeys "<PAGEUP>" next i - + printlog "Starting presentation with f5." hTypeKeys "<F5>" kontext "DocumentPresentation" - + printlog "Hitting pagedown 8 times to go through the presentation and end it." for iKeyStroke = 1 to 8 wait( 3000 ) DocumentPresentation.TypeKeys "<PAGEDOWN>" @@ -535,7 +535,7 @@ testcase i_us_presentation next iKeyStroke kontext "DocumentPresentation" - + printlog "Checking if presentation has ended." if ( DocumentPresentation.notExists( 5 ) ) then printlog( "Presentation closed. Good." ) else