From fb090555c93715a05d58ddec7757ebec39a83696 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Wed, 1 Mar 2017 00:14:39 +0100 Subject: uitest: the new code allows to enable the chart test again Change-Id: I51ff48441d07c12f8019d282ab92f1835cec69cb --- uitest/calc_tests/edit_chart.py | 1 - 1 file changed, 1 deletion(-) (limited to 'uitest') diff --git a/uitest/calc_tests/edit_chart.py b/uitest/calc_tests/edit_chart.py index 4d44d5283c64..d74a8c2eced3 100644 --- a/uitest/calc_tests/edit_chart.py +++ b/uitest/calc_tests/edit_chart.py @@ -27,7 +27,6 @@ class CalcChartEditUIDemo(UITestCase): xGridWindow.executeAction("SELECT", mkPropertyValues({"RANGE": "A1:C2"})) - @unittest.skip("deadlock in the chart/embbedobj code") def test_select_secondary_axis(self): self.ui_test.create_doc_in_start_center("calc") -- cgit