diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-03-31 19:31:18 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-03-31 19:31:18 +0300 |
commit | a88837470d7a01e63c28ac3930c1f10d84dc218d (patch) | |
tree | 565ab0cf7b01989ff305144f1d38faac370deeb0 /sd/qa | |
parent | 2c728b0ae7f52691b1a3d5ab555225f5e8ac95a5 (diff) |
loplugin:unreffun
Presumably the use of testSearchAllFollowedBySearch was removed by accident.
Change-Id: I074426cd644fb64d0a8d3682b361e1aa8c20be0f
Diffstat (limited to 'sd/qa')
-rw-r--r-- | sd/qa/unit/tiledrendering/tiledrendering.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/qa/unit/tiledrendering/tiledrendering.cxx b/sd/qa/unit/tiledrendering/tiledrendering.cxx index ae85a4bb7a6e..585c3f919448 100644 --- a/sd/qa/unit/tiledrendering/tiledrendering.cxx +++ b/sd/qa/unit/tiledrendering/tiledrendering.cxx @@ -75,6 +75,7 @@ public: CPPUNIT_TEST(testSearchAll); CPPUNIT_TEST(testSearchAllSelections); CPPUNIT_TEST(testSearchAllNotifications); + CPPUNIT_TEST(testSearchAllFollowedBySearch); CPPUNIT_TEST(testInsertDeletePage); CPPUNIT_TEST(testInsertTable); #endif |