summaryrefslogtreecommitdiffstats
path: root/tests/storagebenchmark.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/storagebenchmark.cpp')
-rw-r--r--tests/storagebenchmark.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/storagebenchmark.cpp b/tests/storagebenchmark.cpp
index f9fea7c..6010539 100644
--- a/tests/storagebenchmark.cpp
+++ b/tests/storagebenchmark.cpp
@@ -79,7 +79,7 @@ private Q_SLOTS:
79 79
80 Storage *store = 0; 80 Storage *store = 0;
81 if (useDb) { 81 if (useDb) {
82 store = new Storage(testDataPath, dbName); 82 store = new Storage(testDataPath, dbName, Storage::ReadWrite);
83 } 83 }
84 84
85 std::ofstream myfile; 85 std::ofstream myfile;