summaryrefslogtreecommitdiff
path: root/sw/PythonTest_sw_python.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-10-01 14:13:56 +0200
committerStephan Bergmann <sbergman@redhat.com>2018-10-01 14:13:56 +0200
commite9c1cbce903d325b1e19602d72765511589f5bf2 (patch)
tree07177fb32f692b32029fe848274026cc08e1b3ce /sw/PythonTest_sw_python.mk
parent257c4203faffdb62d7aaf03819fd2c8c2301f572 (diff)
Revert "sw: new unit test for XAutoTextGroup"
This reverts commit 9356a2d98b13f45b3d17d181b1ad79d541d7d2f8. For one, it caused PythonTest_sw_python to crash like <https://ci.libreoffice.org//job/lo_tb_master_linux_dbg/22022/> with > include/vcl/vclptr.hxx:112: VclPtr<T>::~VclPtr() [with reference_type = vcl::Window]: Assertion `m_rInnerRef.get() == nullptr || vclmain::isAlive()' failed. firing (presumably because some more clean-up as in e7a3329fd0a68c95f00e6cdfdc3e40e6afa5411c "DeInitVCL in PythonTest" is needed). And for another, it left behind instdir/share/autotext/atg_name1.bau at least in my build, and a subsequent PythonTest_sw_python would then fail due to css.container.ElementExistException from some of those tests' xAutoTextContainer.insertNewByName("atg_name1"). That apparently all needs further inspection before re-introducing that test.
Diffstat (limited to 'sw/PythonTest_sw_python.mk')
-rw-r--r--sw/PythonTest_sw_python.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/PythonTest_sw_python.mk b/sw/PythonTest_sw_python.mk
index f7a868d79d1c..6c5a4c818fe8 100644
--- a/sw/PythonTest_sw_python.mk
+++ b/sw/PythonTest_sw_python.mk
@@ -22,7 +22,6 @@ $(eval $(call gb_PythonTest_add_modules,sw_python,$(SRCDIR)/sw/qa/python,\
check_cross_references \
check_named_property_values \
check_indexed_property_values \
- check_xautotextgroup \
check_styles \
check_xtexttable \
check_table \