aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/persistence/filestorage/filestormanagertest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/tests/persistence/filestorage/filestormanagertest.cpp')
-rw-r--r--storage/src/tests/persistence/filestorage/filestormanagertest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/tests/persistence/filestorage/filestormanagertest.cpp b/storage/src/tests/persistence/filestorage/filestormanagertest.cpp
index b58bdceb1e2..d20bafc7d68 100644
--- a/storage/src/tests/persistence/filestorage/filestormanagertest.cpp
+++ b/storage/src/tests/persistence/filestorage/filestormanagertest.cpp
@@ -2621,7 +2621,7 @@ FileStorManagerTest::testMultiOp()
Document::SP doc(createDocument(
"some content", did.str()).release());
doc->set("headerval", (int) i);
- doc->set("content", "some content");
+ doc->set("content", (const char *)"some content");
std::shared_ptr<api::PutCommand> cmd(
new api::PutCommand(document::BucketId(16, 0), doc, 100 + i));
cmd->setAddress(address);