diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-04-18 17:23:02 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-04-18 19:11:08 +0200 |
commit | e50f6cefdc92d98b16abcdaad11f1eb046dc7652 (patch) | |
tree | 374341ba24d7dbb661bbd58172d37161fd62765f /sw/Module_sw.mk | |
parent | bf51fd3de339555567b76cbe9a2de54fdfd18bd3 (diff) |
uitest: sw: move field dialog tests to their own place
Change-Id: I9b4b462af85cea7e2427b4025a268dcc200fff51
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133130
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sw/Module_sw.mk')
-rw-r--r-- | sw/Module_sw.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk index 84a718feb766..a543a57b0f55 100644 --- a/sw/Module_sw.mk +++ b/sw/Module_sw.mk @@ -192,6 +192,7 @@ $(eval $(call gb_Module_add_uicheck_targets,sw,\ UITest_writer_tests7 \ UITest_sw_table \ UITest_sw_chart \ + UITest_sw_fieldDialog \ UITest_sw_findBar \ UITest_sw_findReplace \ UITest_chapterNumbering \ |