Kaydet (Commit) 1cc35406 authored tarafından Tim Golden's avatar Tim Golden

Correct whitespace in test_os

üst 0fb23a23
...@@ -1591,7 +1591,7 @@ class Win32ListdirTests(unittest.TestCase): ...@@ -1591,7 +1591,7 @@ class Win32ListdirTests(unittest.TestCase):
def test_listdir_extended_path(self): def test_listdir_extended_path(self):
"""Test when the path starts with '\\\\?\\'.""" """Test when the path starts with '\\\\?\\'."""
# See: http://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx#maxpath # See: http://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx#maxpath
# unicode # unicode
path = '\\\\?\\' + os.path.abspath(support.TESTFN) path = '\\\\?\\' + os.path.abspath(support.TESTFN)
self.assertEqual( self.assertEqual(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment