summaryrefslogtreecommitdiffstats
path: root/tests/storagebenchmark.cpp
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2014-12-10 10:08:42 +0100
committerAaron Seigo <aseigo@kde.org>2014-12-11 01:02:32 +0100
commit997637b3b466e1f1c95405a3d43a78d78d4ba259 (patch)
tree65f383e7001106e4bf1a8e9dcaca79859dba2fae /tests/storagebenchmark.cpp
parent558ca7f17ae4f6df48b999e98c4004a49549cd79 (diff)
downloadsink-997637b3b466e1f1c95405a3d43a78d78d4ba259.tar.gz
sink-997637b3b466e1f1c95405a3d43a78d78d4ba259.zip
commit hashes!
Diffstat (limited to 'tests/storagebenchmark.cpp')
-rw-r--r--tests/storagebenchmark.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/storagebenchmark.cpp b/tests/storagebenchmark.cpp
index ba14990..31cef06 100644
--- a/tests/storagebenchmark.cpp
+++ b/tests/storagebenchmark.cpp
@@ -66,6 +66,7 @@ private Q_SLOTS:
66 store.removeFromDisk(); 66 store.removeFromDisk();
67 } 67 }
68 68
69public:
69 void testWriteRead_data() 70 void testWriteRead_data()
70 { 71 {
71 QTest::addColumn<bool>("useDb"); 72 QTest::addColumn<bool>("useDb");
@@ -178,6 +179,7 @@ private Q_SLOTS:
178 } 179 }
179 } 180 }
180 181
182private Q_SLOTS:
181 void testBufferCreation() 183 void testBufferCreation()
182 { 184 {
183 HAWD::Dataset dataset("buffer_creation", m_hawdState); 185 HAWD::Dataset dataset("buffer_creation", m_hawdState);