mirror of
https://github.com/panda3d/panda3d.git
synced 2026-01-26 01:08:46 -06:00
tests: Fix Filename test to match paths case-insensitively
This commit is contained in:
@@ -21,4 +21,4 @@ def test_filename_ctor_pathlib():
|
||||
|
||||
path = pathlib.Path(__file__)
|
||||
fn = Filename(path)
|
||||
assert fn.to_os_specific_w() == str(path)
|
||||
assert fn.to_os_specific_w().lower() == str(path).lower()
|
||||
|
||||
Reference in New Issue
Block a user