diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-10-16 13:27:27 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-10-20 15:26:57 +0200 |
commit | 6e355d95614e04282620574c89ff63fd3405c14e (patch) | |
tree | bee095373431a8dd19db304b09ff1d026d27d386 /chart2 | |
parent | 382bab9412b87f82da82276332496eb28b28d4f3 (diff) |
Revert "at least fix the crash when calling SdXImpressDocument::dispose
... for now"
This reverts commit 599473a13e3c5ba669d995c913ad415bd674a16c.
moggi says the unspecified crash happened with the tests following the
comment in chart2import.cxx:75, but the tests run fine in valgrind now.
The commit creates a memory leak in the CppunitTests as
SfxBaseModel::dispose() returns early, because mbDisposed is set.
Change-Id: I987dce6a4090784d166a4a3b2e7f9e2c0cddd289
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/qa/extras/chart2import.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chart2/qa/extras/chart2import.cxx b/chart2/qa/extras/chart2import.cxx index 3b1f1e7fa07f..0a70fc986e02 100644 --- a/chart2/qa/extras/chart2import.cxx +++ b/chart2/qa/extras/chart2import.cxx @@ -71,12 +71,6 @@ public: CPPUNIT_TEST(testODTChartSeries); CPPUNIT_TEST(testDOCChartSeries); CPPUNIT_TEST(testDOCXChartSeries); -/* - * Disabling Impress Uts. - * ChartTest::tearDown() calls dispose of mxComponent - * this causes the UT to crash in sd. - * sd::DrawView::Notify tries to reset by calling sd::DrawViewShell::ResetActualPage - */ CPPUNIT_TEST(testPPTChartSeries); CPPUNIT_TEST(testPPTXChartSeries); CPPUNIT_TEST(testPPTXHiddenDataSeries); |