MCPcopy Create free account
hub / github.com/apache/arrow / TestNormalizePath

Method TestNormalizePath

cpp/src/arrow/filesystem/test_util.cc:230–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230void GenericFileSystemTest::TestNormalizePath(FileSystem* fs) {
231 // Canonical abstract paths should go through unchanged
232 ASSERT_OK_AND_EQ("AB", fs->NormalizePath("AB"));
233 ASSERT_OK_AND_EQ("AB/CD/efg", fs->NormalizePath("AB/CD/efg"));
234}
235
236void GenericFileSystemTest::TestCreateDir(FileSystem* fs) {
237 ASSERT_OK(fs->CreateDir("AB"));

Callers

nothing calls this directly

Calls 1

NormalizePathMethod · 0.45

Tested by

no test coverage detected