From 456d18b45a825a4d236ccc10c576da1fcbc4f74d Mon Sep 17 00:00:00 2001 From: Minijackson Date: Wed, 27 Jun 2018 19:03:26 +0200 Subject: Minor fixes --- tests/pipelinetest.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests') diff --git a/tests/pipelinetest.cpp b/tests/pipelinetest.cpp index 2610305..b41a5c2 100644 --- a/tests/pipelinetest.cpp +++ b/tests/pipelinetest.cpp @@ -22,8 +22,6 @@ #include "adaptorfactoryregistry.h" #include "storage/key.h" -// TODO: fix test - static void removeFromDisk(const QString &name) { Sink::Storage::DataStore store(Sink::Store::storageLocation(), name, Sink::Storage::DataStore::ReadWrite); @@ -254,7 +252,6 @@ private slots: auto keys = getKeys(instanceIdentifier(), "event.main"); QCOMPARE(keys.size(), 1); auto key = Sink::Storage::Key::fromInternalByteArray(keys.first()); - //const auto uid = Sink::Storage::DataStore::uidFromKey(key); const auto uid = key.identifier().toDisplayByteArray(); // Execute the modification -- cgit v1.2.3