summaryrefslogtreecommitdiff
path: root/sw/UITest_writer_tests7.mk
diff options
context:
space:
mode:
authorArtur Neumann <artur@jankaritech.com>2019-11-28 13:51:12 +0545
committerXisco Faulí <xiscofauli@libreoffice.org>2019-12-06 22:27:50 +0100
commit06e45d45877349417000def82c20eaae4bfc3ee3 (patch)
tree426ed4c86ad2c4c15ef7a45714eb9877afee5185 /sw/UITest_writer_tests7.mk
parent97b3e455802cfc08568ec5e8379c509efe3e47b1 (diff)
UI test for tdf#127652
Test that the cursor is placed correctly after deleting a section that overlaps page boundaries Change-Id: I466770c7edadf09f11260ede236e598d3d1a875b Reviewed-on: https://gerrit.libreoffice.org/83963 Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org> Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
Diffstat (limited to 'sw/UITest_writer_tests7.mk')
-rw-r--r--sw/UITest_writer_tests7.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/sw/UITest_writer_tests7.mk b/sw/UITest_writer_tests7.mk
new file mode 100644
index 000000000000..b6de351eed13
--- /dev/null
+++ b/sw/UITest_writer_tests7.mk
@@ -0,0 +1,16 @@
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_UITest_UITest,writer_tests7))
+
+$(eval $(call gb_UITest_add_modules,writer_tests7,$(SRCDIR)/sw/qa/uitest,\
+ writer_tests7/ \
+))
+
+$(eval $(call gb_UITest_set_defs,writer_tests7, \
+ TDOC="$(SRCDIR)/sw/qa/uitest/writer_tests7/data" \
+))