mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Merged revisions 81535 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r81535 | victor.stinner | 2010-05-26 00:17:22 +0200 (mer., 26 mai 2010) | 2 lines Fix the new TestMain.test_decode() of test_base64 for Windows ........
This commit is contained in:
parent
20f4b447f5
commit
827bd45b12
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ class TestMain(unittest.TestCase):
|
|||
with open(support.TESTFN, 'wb') as fp:
|
||||
fp.write(b'Yf9iCg==')
|
||||
output = self.get_output('-d', support.TESTFN)
|
||||
self.assertEquals(output, b'a\xffb\n')
|
||||
self.assertEquals(output.rstrip(), b'a\xffb')
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue