summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2019-04-25 06:06:19 +0200
committerAshod Nakashian <ashnakash@gmail.com>2019-04-25 14:15:29 +0200
commit5fd55f1e9fb37c3e0ac84823ff089906cd47aca2 (patch)
tree0b2d8f257fcdbc631b9e847463cfd59e9b3cc0ef
parent59e8d4679a2104e329ca562d6c4ad5a2b7113793 (diff)
Revert "disable unreliable SdTiledRenderingTest::testPasteTextOnSlide"
This shouldn't be necessary after the patch that removes the .uno:LeftPaneImpress and revert of the unit test changs. This reverts commit 23b03b5e21d936d1fdb2096c1c57b932a1c6f9e3. Change-Id: Ie056d66b1d88c317e1b44ebe290313c307d807ae Reviewed-on: https://gerrit.libreoffice.org/71273 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com>
-rw-r--r--sd/qa/unit/tiledrendering/tiledrendering.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/qa/unit/tiledrendering/tiledrendering.cxx b/sd/qa/unit/tiledrendering/tiledrendering.cxx
index c80ea10db842..1765db27be7d 100644
--- a/sd/qa/unit/tiledrendering/tiledrendering.cxx
+++ b/sd/qa/unit/tiledrendering/tiledrendering.cxx
@@ -2081,7 +2081,6 @@ void SdTiledRenderingTest::testTdf115783()
void SdTiledRenderingTest::testPasteTextOnSlide()
{
-#if 0
// Load the document.
comphelper::LibreOfficeKit::setActive();
SdXImpressDocument* pXImpressDocument = createDoc("paste_text_onslide.odp");
@@ -2143,7 +2142,6 @@ void SdTiledRenderingTest::testPasteTextOnSlide()
CPPUNIT_ASSERT_DOUBLES_EQUAL(static_cast<long>(7393), aPos.getY(), 100);
comphelper::LibreOfficeKit::setActive(false);
-#endif
}
void SdTiledRenderingTest::testTdf115873()