mirror of
https://github.com/ceph/ceph
synced 2025-03-20 09:16:59 +00:00
Merge pull request #8544 from xiexingguo/xxg-wip-15464
test: fix ut test failure caused by lfn change Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
5f9c77bd10
@ -49,7 +49,7 @@ public:
|
||||
const std::string mangled_name = lfn_generate_object_name(hoid);
|
||||
EXPECT_EQ(mangled_expected, mangled_name);
|
||||
ghobject_t hoid_parsed;
|
||||
EXPECT_TRUE(lfn_parse_object_name(mangled_name, &hoid_parsed));
|
||||
EXPECT_EQ(0, lfn_parse_object_name(mangled_name, &hoid_parsed));
|
||||
EXPECT_EQ(hoid, hoid_parsed);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user