Author: wanglf Date: Thu Oct 25 11:02:09 2012 New Revision: 1402101 URL: http://svn.apache.org/viewvc?rev=1402101&view=rev Log: sleep before close navigator
Modified: incubator/ooo/trunk/test/testgui/source/fvt/gui/sd/headerandfooter/HeaderAndFooterSetting.java incubator/ooo/trunk/test/testgui/source/fvt/gui/sd/shape/ShapeTypes.java Modified: incubator/ooo/trunk/test/testgui/source/fvt/gui/sd/headerandfooter/HeaderAndFooterSetting.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/test/testgui/source/fvt/gui/sd/headerandfooter/HeaderAndFooterSetting.java?rev=1402101&r1=1402100&r2=1402101&view=diff ============================================================================== --- incubator/ooo/trunk/test/testgui/source/fvt/gui/sd/headerandfooter/HeaderAndFooterSetting.java (original) +++ incubator/ooo/trunk/test/testgui/source/fvt/gui/sd/headerandfooter/HeaderAndFooterSetting.java Thu Oct 25 11:02:09 2012 @@ -64,6 +64,7 @@ public class HeaderAndFooterSetting { @After public void tearDown() throws Exception { + sleep(3); if (sdNavigatorDlg.exists()) { app.dispatch(".uno:Navigator"); } Modified: incubator/ooo/trunk/test/testgui/source/fvt/gui/sd/shape/ShapeTypes.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/test/testgui/source/fvt/gui/sd/shape/ShapeTypes.java?rev=1402101&r1=1402100&r2=1402101&view=diff ============================================================================== --- incubator/ooo/trunk/test/testgui/source/fvt/gui/sd/shape/ShapeTypes.java (original) +++ incubator/ooo/trunk/test/testgui/source/fvt/gui/sd/shape/ShapeTypes.java Thu Oct 25 11:02:09 2012 @@ -24,6 +24,7 @@ package fvt.gui.sd.shape; import static org.junit.Assert.*; +import static org.openoffice.test.vcl.Tester.sleep; import static testlib.gui.AppTool.*; import static testlib.gui.UIMap.*; @@ -58,6 +59,7 @@ public class ShapeTypes { @After public void tearDown() throws Exception { + sleep(3); if (sdNavigatorDlg.exists()) { app.dispatch(".uno:Navigator"); }