[Python-checkins] python/dist/src/Lib/test/output test_base64,NONE,1.1.2.1

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Thu, 15 Aug 2002 15:18:13 -0700


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory usw-pr-cvs1:/tmp/cvs-serv14843/Lib/test/output

Added Files:
      Tag: release22-maint
	test_base64 
Log Message:
Backport of fix for SF bug #595671 from Python 2.3cvs:

    base64.decodestring('') should return '' instead of raising an
    exception.  The bug fix for SF #430849 wasn't quite right.  This
    closes SF bug #595671.  I'll backport this to Python 2.2.

One addition here is that there was no test of the base64 module in
Python 2.2 cvs yet, so I added that too.


--- NEW FILE: test_base64 ---
test_base64
Testing decode string ... ok
Testing encode string ... ok

----------------------------------------------------------------------
Ran 2 tests in 0.001s

OK