Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33348945
D3596.1768931873.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
664 B
Referenced Files
None
Subscribers
None
D3596.1768931873.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D3596: [services] Blob - Fix test name for storage manager tests
Attached
Detach File
Event Timeline
Log In to Comment