[issue22395] test_pathlib error for complex symlinks on Windows

2016-08-14 Thread SilentGhost
Changes by SilentGhost : -- resolution: -> out of date stage: -> resolved ___ Python tracker ___

[issue22395] test_pathlib error for complex symlinks on Windows

2016-08-13 Thread Justin Foo
Justin Foo added the comment: This is no longer a problem for me and I can't reproduce why it was even a problem in the first place. -- status: open -> closed ___ Python tracker

[issue22395] test_pathlib error for complex symlinks on Windows

2014-09-13 Thread Justin Foo
Justin Foo added the comment: The failing tests were: * test_complex_symlinks_absolute * test_complex_symlinks_relative * test_complex_symlinks_relative_dot_dot for both PathTest and WindowsPathTest, via inheritance from the _BasePathTest class. --

[issue22395] test_pathlib error for complex symlinks on Windows

2014-09-12 Thread Justin Foo
New submission from Justin Foo: The _check_complex_symlinks function compares paths for string equality instead of using the assertSame helper function. Patch attached. -- components: Tests messages: 226828 nosy: jfoo priority: normal severity: normal status: open title: test_pathlib

[issue22395] test_pathlib error for complex symlinks on Windows

2014-09-12 Thread Justin Foo
Justin Foo added the comment: The _check_complex_symlinks function compares stringified paths for string equality instead of using the assertSame helper method. Patch attached. -- keywords: +patch Added file: http://bugs.python.org/file36609/issue22395.patch

[issue22395] test_pathlib error for complex symlinks on Windows

2014-09-12 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- nosy: +pitrou ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22395 ___ ___ Python-bugs-list

[issue22395] test_pathlib error for complex symlinks on Windows

2014-09-12 Thread Antoine Pitrou
Antoine Pitrou added the comment: Can you explain in which case the assertion breaks? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22395 ___