summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-10-12 11:34:31 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-10-12 11:51:08 +0200
commit8d1d280741f62d60fe56cd86da995b08228a1594 (patch)
treeb657a59a57ab7bbdb1a3edb7d7d84240a0e84e01 /sd
parent2445de28ad8cc1aed1302e14a2da3372a9f23c10 (diff)
Related: tdf#74132 CppunitTest_sd_export_tests: clean up testSearch()
Not needed anymore since the dialog is gone. Change-Id: Icd3747683d2656a9404b405fc29aae6183dcfe15
Diffstat (limited to 'sd')
-rw-r--r--sd/qa/unit/tiledrendering/tiledrendering.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/qa/unit/tiledrendering/tiledrendering.cxx b/sd/qa/unit/tiledrendering/tiledrendering.cxx
index a36cfba7324c..da6d4be2966f 100644
--- a/sd/qa/unit/tiledrendering/tiledrendering.cxx
+++ b/sd/qa/unit/tiledrendering/tiledrendering.cxx
@@ -389,7 +389,6 @@ void SdTiledRenderingTest::testSearch()
CPPUNIT_ASSERT_EQUAL(true, m_bFound);
// This should trigger the not-found callback.
- Application::EnableHeadlessMode(false);
lcl_search("ccc");
CPPUNIT_ASSERT_EQUAL(false, m_bFound);
}