summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/storagebenchmark.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/storagebenchmark.cpp b/tests/storagebenchmark.cpp
index 31cef06..ba14990 100644
--- a/tests/storagebenchmark.cpp
+++ b/tests/storagebenchmark.cpp
@@ -66,7 +66,6 @@ private Q_SLOTS:
66 store.removeFromDisk(); 66 store.removeFromDisk();
67 } 67 }
68 68
69public:
70 void testWriteRead_data() 69 void testWriteRead_data()
71 { 70 {
72 QTest::addColumn<bool>("useDb"); 71 QTest::addColumn<bool>("useDb");
@@ -179,7 +178,6 @@ public:
179 } 178 }
180 } 179 }
181 180
182private Q_SLOTS:
183 void testBufferCreation() 181 void testBufferCreation()
184 { 182 {
185 HAWD::Dataset dataset("buffer_creation", m_hawdState); 183 HAWD::Dataset dataset("buffer_creation", m_hawdState);