summaryrefslogtreecommitdiff
path: root/pyuno/Module_pyuno.mk
diff options
context:
space:
mode:
authorKevin Hunter <hunteke@earlham.edu>2014-02-16 22:12:27 -0500
committerStephan Bergmann <sbergman@redhat.com>2014-02-20 12:01:34 +0100
commitf2471280c7c625e39369f76bd0efa1d2402f62bf (patch)
tree80e2fb2e19ae3d85f75d72660a8cca51cfe16cee /pyuno/Module_pyuno.mk
parent4e887567c5b4b06646ab1340376e240d6c5af9cb (diff)
Test for fdo#74824.
The bug in question crashed LibO when inserting a group of cells. This bug was quashed, per se, by commit 07e2c31831ad265b018e5fdf59bdde048fbb4d35, but it occurs to me that at least the particular functionality of inserting a group of cells could use more testing. Change-Id: Icdbfff86fb0265eef325bcc94d9fc9f3e9e38413
Diffstat (limited to 'pyuno/Module_pyuno.mk')
-rw-r--r--pyuno/Module_pyuno.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyuno/Module_pyuno.mk b/pyuno/Module_pyuno.mk
index 31c831a2e1d4..b79c21d458b9 100644
--- a/pyuno/Module_pyuno.mk
+++ b/pyuno/Module_pyuno.mk
@@ -63,6 +63,7 @@ endif # SYSTEM_PYTHON
ifneq (,$(filter PythonTest_pytests,$(MAKECMDGOALS)))
$(eval $(call gb_Module_add_targets,pyuno, \
PythonTest_pytests \
+ PythonTest_pyuno_pytests_insertremovecells \
))
endif