]> cloud.milkyroute.net Git - dolphin.git/commit
Make this test work again with new uds implementation
authorTravis CI Bot <travis@travis-ci.org>
Thu, 16 Aug 2018 11:05:29 +0000 (13:05 +0200)
committerTravis CI Bot <travis@travis-ci.org>
Thu, 16 Aug 2018 11:06:06 +0000 (13:06 +0200)
commit2104d18a6760d28d24665a3281ef090c198c44e7
tree5f776d78c1c882e4dff7471d9c135d00cb5afdee
parent496ba56f42a5ca7f5315f069aef153d32344300b
Make this test work again with new uds implementation

Summary:
With the new uds implementation, when some data is meant to replace an old one, it has to use replace() instead of insert() to avoid an assert of data already exists.
Use 3 different entries and only insert().

Test Plan:
before: crash in the uds assert
after: passes the test

Reviewers: #dolphin, #frameworks, elvisangelaccio

Reviewed By: #dolphin, elvisangelaccio

Subscribers: dfaure, aacid, ngraham, bruns, elvisangelaccio, kfm-devel

Tags: #dolphin

Differential Revision: https://phabricator.kde.org/D13813
src/tests/kfileitemmodeltest.cpp