From 5be3b44a87fafebe56840eadd983020f57e566c4 Mon Sep 17 00:00:00 2001 From: Ahmed ElShreif Date: Mon, 24 Aug 2020 11:00:09 +0200 Subject: uitest : Change all the ValueSet uitest statments to CHOOSE instead of using "SELECT" which similar to other UIObjects we will write "CHOOSE" Change-Id: I32c1ab5f8a5dd21df87d90923d5821f8f0b16e76 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101265 Tested-by: Jenkins Reviewed-by: Markus Mohrhard --- svtools/source/uitest/uiobject.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svtools') diff --git a/svtools/source/uitest/uiobject.cxx b/svtools/source/uitest/uiobject.cxx index 904a81be1bb6..db593581d6c2 100644 --- a/svtools/source/uitest/uiobject.cxx +++ b/svtools/source/uitest/uiobject.cxx @@ -20,7 +20,7 @@ ValueSetUIObject::ValueSetUIObject(const VclPtr& xSetWin, ValueSet* void ValueSetUIObject::execute(const OUString& rAction, const StringMap& rParameters) { - if (rAction == "SELECT") + if (rAction == "CHOOSE") { if (rParameters.find("POS") != rParameters.end()) { -- cgit