diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-11 21:19:08 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-12 09:04:44 +0200 |
commit | c1729aa5ead26f2fe63f02b7f91143ec96043ae9 (patch) | |
tree | 4f55e20ff2b802552f6d1c4f24a8e5579d633253 /tests/entitystoretest.cpp | |
parent | b73ae80dcd88e245dc1fa83c06f1d5356ea39196 (diff) | |
download | sink-c1729aa5ead26f2fe63f02b7f91143ec96043ae9.tar.gz sink-c1729aa5ead26f2fe63f02b7f91143ec96043ae9.zip |
Cleanup
Diffstat (limited to 'tests/entitystoretest.cpp')
-rw-r--r-- | tests/entitystoretest.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/entitystoretest.cpp b/tests/entitystoretest.cpp index 90575a5..03b940b 100644 --- a/tests/entitystoretest.cpp +++ b/tests/entitystoretest.cpp | |||
@@ -22,8 +22,7 @@ private slots: | |||
22 | 22 | ||
23 | void cleanup() | 23 | void cleanup() |
24 | { | 24 | { |
25 | Sink::Storage::DataStore storage(Sink::storageLocation(), resourceInstanceIdentifier); | 25 | Sink::Storage::DataStore(Sink::storageLocation(), resourceInstanceIdentifier).removeFromDisk(); |
26 | storage.removeFromDisk(); | ||
27 | } | 26 | } |
28 | 27 | ||
29 | void testCleanup() | 28 | void testCleanup() |