From 37c157340f90aac9d044aa351e5f98299da7342c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 20 Jun 2017 09:45:36 +0200 Subject: Propagate failure out from css.ui.test.XUITest::executeCommand/Dialog Change-Id: Id7bd2d6f35f45d9957facf56d66cfc57a1e0ef6a Reviewed-on: https://gerrit.libreoffice.org/39002 Tested-by: Jenkins Reviewed-by: Markus Mohrhard --- include/vcl/uitest/uitest.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/vcl/uitest/uitest.hxx b/include/vcl/uitest/uitest.hxx index 1674ad2fd50f..4031402e8fc0 100644 --- a/include/vcl/uitest/uitest.hxx +++ b/include/vcl/uitest/uitest.hxx @@ -19,9 +19,9 @@ class UITEST_DLLPUBLIC UITest { public: - static void executeCommand(const OUString& rCommand); + static bool executeCommand(const OUString& rCommand); - static void executeDialog(const OUString& rCommand); + static bool executeDialog(const OUString& rCommand); static std::unique_ptr getFocusTopWindow(); -- cgit