Page MenuHomePhorge

D3596.1768931873.diff
No OneTemporary

Size
664 B
Referenced Files
None
Subscribers
None

D3596.1768931873.diff

diff --git a/services/blob/test/StorageManagerTest.cpp b/services/blob/test/StorageManagerTest.cpp
--- a/services/blob/test/StorageManagerTest.cpp
+++ b/services/blob/test/StorageManagerTest.cpp
@@ -12,7 +12,7 @@
using namespace comm::network;
-class AWSToolsTest : public testing::Test {
+class StorageManagerTest : public testing::Test {
public:
protected:
const std::string bucketName = "commapp-test";
@@ -29,7 +29,7 @@
}
};
-TEST_F(AWSToolsTest, ObjectOperationsTest) {
+TEST_F(StorageManagerTest, ObjectOperationsTest) {
EXPECT_TRUE(getBucket(bucketName).isAvailable());
std::string objectName = createObject(getBucket(bucketName));

File Metadata

Mime Type
text/plain
Expires
Tue, Jan 20, 5:57 PM (12 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5962750
Default Alt Text
D3596.1768931873.diff (664 B)

Event Timeline