]> granicus.if.org Git - python/commitdiff
Correct comment in unittest test
authorMichael Foord <fuzzyman@voidspace.org.uk>
Sat, 4 Dec 2010 01:43:59 +0000 (01:43 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Sat, 4 Dec 2010 01:43:59 +0000 (01:43 +0000)
Lib/unittest/test/test_program.py

index deddd8c5313776d2b00a09b2b21501978a59e058..ec805cc88a3a3af60f65bdad06339c70d239779c 100644 (file)
@@ -336,7 +336,7 @@ class TestCommandLineArgs(unittest.TestCase):
 
     def testParseArgsAbsolutePathsThatCannotBeConverted(self):
         program = self.program
-        # will this test work on Windows? (is '/...' considered absolute?)
+        # even on Windows '/...' is considered absolute by os.path.abspath
         argv = ['progname', '/foo/bar/baz.py', '/green/red.py']
         self._patch_isfile(argv)