[Libreoffice-commits] core.git: sw/Module_sw.mk sw/UITest_sw_table.mk sw/UITest_table.mk

Xisco Fauli (via logerrit) logerrit at kemper.freedesktop.org
Sun Oct 25 14:56:32 UTC 2020


 sw/Module_sw.mk       |    2 +-
 sw/UITest_sw_table.mk |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 8bc98f3ef45052340de2296f8af63325e4b7d4d9
Author:     Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Fri Oct 23 14:11:06 2020 +0200
Commit:     Xisco Fauli <xiscofauli at libreoffice.org>
CommitDate: Sun Oct 25 15:55:58 2020 +0100

    uitest: sw: table -> sw_table
    
    Change-Id: I99026f6579bb48171cfafdad16c3c6d969c77fd5
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104727
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <xiscofauli at libreoffice.org>

diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk
index 9f90b23a45fd..d63839a6a578 100644
--- a/sw/Module_sw.mk
+++ b/sw/Module_sw.mk
@@ -167,7 +167,7 @@ $(eval $(call gb_Module_add_uicheck_targets,sw,\
 	UITest_writer_tests5 \
 	UITest_writer_tests6 \
 	UITest_writer_tests7 \
-	UITest_table \
+	UITest_sw_table \
 	UITest_sw_findReplace \
 	UITest_sw_findSimilarity \
 	UITest_chapterNumbering \
diff --git a/sw/UITest_table.mk b/sw/UITest_sw_table.mk
similarity index 67%
rename from sw/UITest_table.mk
rename to sw/UITest_sw_table.mk
index 20db5bcd3703..7ff053bf6c24 100644
--- a/sw/UITest_table.mk
+++ b/sw/UITest_sw_table.mk
@@ -5,12 +5,12 @@
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 #
 
-$(eval $(call 	gb_UITest_UITest,table))
+$(eval $(call 	gb_UITest_UITest,sw_table))
 
-$(eval $(call gb_UITest_add_modules,table,$(SRCDIR)/sw/qa/uitest,\
+$(eval $(call gb_UITest_add_modules,sw_table,$(SRCDIR)/sw/qa/uitest,\
 	table/ \
 ))
 
-$(eval $(call gb_UITest_set_defs,table, \
+$(eval $(call gb_UITest_set_defs,sw_table, \
     TDOC="$(SRCDIR)/sw/qa/uitest/writer_tests/data" \
 ))


More information about the Libreoffice-commits mailing list