]> granicus.if.org Git - python/commit
bpo-34195: Fix case-sensitive comparison in test_nt_helpers (GH-8448)
authorTim Golden <mail@timgolden.me.uk>
Wed, 25 Jul 2018 13:36:54 +0000 (14:36 +0100)
committerGitHub <noreply@github.com>
Wed, 25 Jul 2018 13:36:54 +0000 (14:36 +0100)
commitff64add8d4be2e37c552ba702f629b0b6639cd33
treeaded94c791e7737e08c872df6df31f21c030f206
parentee98e7bbde45fcf24d769353e29337d5ccdbaac5
bpo-34195: Fix case-sensitive comparison in test_nt_helpers (GH-8448)

* Fix case-sensitive comparison

test_nt_helpers assumed that two versions of a Windows path could be compared case-sensitively. This is not the case, and the difference can be triggered (apparently) by running the test on a path somewhere below a Junction.
Lib/test/test_ntpath.py