diff options
Diffstat (limited to 'tests/storagebenchmark.cpp')
-rw-r--r-- | tests/storagebenchmark.cpp | 2 |
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 | ||
69 | public: | ||
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 | ||
182 | private 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); |