mirror of
https://git.mirrors.martin98.com/https://github.com/gulrak/filesystem
synced 2025-06-04 11:13:58 +08:00
Disabled bad check that is not dependend of root name support.
This commit is contained in:
parent
962df76d10
commit
b970da3128
@ -969,9 +969,9 @@ TEST_CASE("30.10.8.5 path iterators", "[filesystem][path][fs.path.itr]")
|
|||||||
|
|
||||||
if (has_host_root_name_support()) {
|
if (has_host_root_name_support()) {
|
||||||
CHECK("foo" == *(--fs::path("//host/foo").end()));
|
CHECK("foo" == *(--fs::path("//host/foo").end()));
|
||||||
auto pi = fs::path("//host/foo").end();
|
/*auto pi = fs::path("//host/foo").end();
|
||||||
pi--;
|
pi--;
|
||||||
CHECK("foo" == *pi);
|
CHECK("foo" == *pi);*/
|
||||||
CHECK("//host" == iterateResult(fs::path("//host")));
|
CHECK("//host" == iterateResult(fs::path("//host")));
|
||||||
CHECK("//host,/,foo" == iterateResult(fs::path("//host/foo")));
|
CHECK("//host,/,foo" == iterateResult(fs::path("//host/foo")));
|
||||||
CHECK("//host" == reverseIterateResult(fs::path("//host")));
|
CHECK("//host" == reverseIterateResult(fs::path("//host")));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user