summaryrefslogtreecommitdiff
path: root/sfx2/PythonTest_sfx2_python.mk
diff options
context:
space:
mode:
authorLaurent Godard <lgodard.libre@laposte.net>2015-09-14 15:58:37 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-15 16:09:42 +0000
commitd38e743e8eb3fa70faf194c25dea1893029c5460 (patch)
treeaa8780763c8ed9f65d1c4961db544939ac1caa0f /sfx2/PythonTest_sfx2_python.mk
parentf74e120ed08fa557faf09a76363e774057163f76 (diff)
Rename Sidebar.xcu node names to be meaningful
+ prefixe with Sd, Sw, Sc if only one application context, no prefix otherwise + uniformize implicit convention nodeName = Id + unit test + check nodeName/Id + panels are bound to existing deck Change-Id: I4ccc39008ebf5b5820d09472abfd45d2813e8c96 Reviewed-on: https://gerrit.libreoffice.org/18570 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sfx2/PythonTest_sfx2_python.mk')
-rw-r--r--sfx2/PythonTest_sfx2_python.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/PythonTest_sfx2_python.mk b/sfx2/PythonTest_sfx2_python.mk
index 43001100eb0d..a3a80079dc8c 100644
--- a/sfx2/PythonTest_sfx2_python.mk
+++ b/sfx2/PythonTest_sfx2_python.mk
@@ -15,6 +15,7 @@ $(eval $(call gb_PythonTest_set_defs,sfx2_python,\
$(eval $(call gb_PythonTest_add_modules,sfx2_python,$(SRCDIR)/sfx2/qa/python,\
check_sidebar \
+ check_sidebar_registry \
))
# vim: set noet sw=4 ts=4: