summaryrefslogtreecommitdiff
path: root/svtools/Library_svt.mk
diff options
context:
space:
mode:
authorAhmed ElShreif <aelshreif7@gmail.com>2020-08-08 01:04:28 +0200
committerAhmed ElShreif <aelshreif7@gmail.com>2020-08-12 18:48:32 +0200
commitedd916b47e01ea53f0989bdbb6a703e081e25aea (patch)
treef4106d521a0cb19e283fb8c77b27eaab3b35d714 /svtools/Library_svt.mk
parented8bce1909f658d8e3d950f374931242f91ba811 (diff)
uitest : Add support for Normal ValueSet
This patch will add support for all the normal valuesets inside any dialog . for example it will help in "Select Presets and Shadow Styles in borders tab ( format table or format cell )" to test tdf#133641 . You can use the support by this line: >> obj_name.executeAction("SELECT", mkPropertyValues({"POS": "4"})) Change-Id: I35d0608318f1bca4f4e702ebcc258957835ce0db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100373 Tested-by: Jenkins Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'svtools/Library_svt.mk')
-rw-r--r--svtools/Library_svt.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/svtools/Library_svt.mk b/svtools/Library_svt.mk
index 456a7ae568a0..b7ed7657d691 100644
--- a/svtools/Library_svt.mk
+++ b/svtools/Library_svt.mk
@@ -182,6 +182,7 @@ $(eval $(call gb_Library_add_exception_objects,svt,\
svtools/source/uno/wizard/unowizard \
svtools/source/uno/wizard/wizardpagecontroller \
svtools/source/uno/wizard/wizardshell \
+ svtools/source/uitest/uiobject \
))
ifeq ($(OS),WNT)