Kaydet (Commit) a3fdb6c5 authored tarafından Miklos Vajna's avatar Miklos Vajna

uitest: disambiguate UITest_findReplace

There was an sw and an sd one as well.

Change-Id: I3d031674f6866a779d44ce642339ec59bf2c82cb
Reviewed-on: https://gerrit.libreoffice.org/70236Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
üst a7d957d9
...@@ -61,6 +61,6 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sd,\ ...@@ -61,6 +61,6 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sd,\
$(eval $(call gb_Module_add_uicheck_targets,sd,\ $(eval $(call gb_Module_add_uicheck_targets,sd,\
UITest_impress_tests \ UITest_impress_tests \
UITest_findReplace \ UITest_sd_findReplace \
)) ))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
...@@ -5,12 +5,12 @@ ...@@ -5,12 +5,12 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
# #
$(eval $(call gb_UITest_UITest,findReplace)) $(eval $(call gb_UITest_UITest,sd_findReplace))
$(eval $(call gb_UITest_add_modules,findReplace,$(SRCDIR)/sd/qa/uitest,\ $(eval $(call gb_UITest_add_modules,sd_findReplace,$(SRCDIR)/sd/qa/uitest,\
findReplace/ \ findReplace/ \
)) ))
$(eval $(call gb_UITest_set_defs,findReplace, \ $(eval $(call gb_UITest_set_defs,sd_findReplace, \
TDOC="$(SRCDIR)/sd/qa/uitest/impress_tests/data" \ TDOC="$(SRCDIR)/sd/qa/uitest/impress_tests/data" \
)) ))
...@@ -146,7 +146,7 @@ $(eval $(call gb_Module_add_uicheck_targets,sw,\ ...@@ -146,7 +146,7 @@ $(eval $(call gb_Module_add_uicheck_targets,sw,\
UITest_writer_tests4 \ UITest_writer_tests4 \
UITest_writer_tests5 \ UITest_writer_tests5 \
UITest_table \ UITest_table \
UITest_findReplace \ UITest_sw_findReplace \
UITest_chapterNumbering \ UITest_chapterNumbering \
UITest_librelogo \ UITest_librelogo \
UITest_options \ UITest_options \
......
...@@ -5,12 +5,12 @@ ...@@ -5,12 +5,12 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
# #
$(eval $(call gb_UITest_UITest,findReplace)) $(eval $(call gb_UITest_UITest,sw_findReplace))
$(eval $(call gb_UITest_add_modules,findReplace,$(SRCDIR)/sw/qa/uitest,\ $(eval $(call gb_UITest_add_modules,sw_findReplace,$(SRCDIR)/sw/qa/uitest,\
findReplace/ \ findReplace/ \
)) ))
$(eval $(call gb_UITest_set_defs,findReplace, \ $(eval $(call gb_UITest_set_defs,sw_findReplace, \
TDOC="$(SRCDIR)/sw/qa/uitest/writer_tests/data" \ TDOC="$(SRCDIR)/sw/qa/uitest/writer_tests/data" \
)) ))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment