[KoCo-CVS] [Commit] KoreanCodecs/test test_mackorean.py
Brought to you by:
perky
From: Hye-Shik C. <pe...@us...> - 2003-01-12 23:04:57
|
perky 03/01/12 15:04:56 Modified: test test_mackorean.py Log: Rename mackorean codec to mac_korean according to python standard codec's name convention Revision Changes Path 1.6 +2 -2 KoreanCodecs/test/test_mackorean.py Index: test_mackorean.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/test/test_mackorean.py,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- test_mackorean.py 12 Jan 2003 22:54:13 -0000 1.5 +++ test_mackorean.py 12 Jan 2003 23:04:56 -0000 1.6 @@ -16,7 +16,7 @@ # along with KoreanCodecs; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: test_mackorean.py,v 1.5 2003/01/12 22:54:13 perky Exp $ +# $Id: test_mackorean.py,v 1.6 2003/01/12 23:04:56 perky Exp $ # import CodecTestBase @@ -25,7 +25,7 @@ return u''.join(map(unichr, map(eval, s.split('+')))) class TestMacKorean(CodecTestBase.TestStreamReader, CodecTestBase.CodecTestBase): - encoding = 'korean.mackorean' + encoding = 'korean.mac_korean' textfile_chunk = ('texts/mackorean', 'texts/mackorean.utf-8') errortests = ( # invalid bytes |