mirror of https://github.com/python/cpython.git
updated to correct failing test cases
This commit is contained in:
parent
abca14d8e2
commit
533bc9ad42
|
@ -29,9 +29,9 @@ def tester(fn, wantResult):
|
|||
tester('posixpath.isabs("foo/bar")', 0)
|
||||
|
||||
tester('posixpath.commonprefix(["/home/swenson/spam", "/home/swen/spam"])',
|
||||
"/home")
|
||||
tester('posixpath.commonprefix(["/home/swen/spam", "/home/swen/eggs"])',
|
||||
"/home/swen")
|
||||
tester('posixpath.commonprefix(["/home/swen/spam", "/home/swen/eggs"])',
|
||||
"/home/swen/")
|
||||
tester('posixpath.commonprefix(["/home/swen/spam", "/home/swen/spam"])',
|
||||
"/home/swen/spam")
|
||||
|
||||
|
|
Loading…
Reference in New Issue