[KoCo-CVS] [Commit] KoreanCodecs/test CodecTestBase.py test_all.py test_cp949.py test_euc_kr.py test
Brought to you by:
perky
From: Hye-Shik C. <pe...@us...> - 2003-01-09 21:31:47
|
perky 03/01/09 13:31:44 Modified: test CodecTestBase.py test_all.py test_cp949.py test_euc_kr.py test_hangul.py test_iso_2022_kr.py test_johab.py test_qwerty2bul.py test_unijohab.py Log: Add copyright headers. Revision Changes Path 1.7 +22 -1 KoreanCodecs/test/CodecTestBase.py Index: CodecTestBase.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/test/CodecTestBase.py,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- CodecTestBase.py 13 Jul 2002 06:10:23 -0000 1.6 +++ CodecTestBase.py 9 Jan 2003 21:31:44 -0000 1.7 @@ -1,4 +1,23 @@ -# Hye-Shik Chang <1 March 2002> +# This file is part of KoreanCodecs. +# +# Copyright(C) 2002-2003 Hye-Shik Chang <pe...@Fr...>. +# +# KoreanCodecs is free software; you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published +# by the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# KoreanCodecs is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with KoreanCodecs; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# $Id: CodecTestBase.py,v 1.7 2003/01/09 21:31:44 perky Exp $ +# import StringIO import sys, codecs @@ -109,3 +128,5 @@ def main(): sys.argv.insert(1, '-v') unittest.main(argv=sys.argv) + +# ex: ts=8 sts=4 et 1.6 +23 -0 KoreanCodecs/test/test_all.py Index: test_all.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/test/test_all.py,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- test_all.py 25 Apr 2002 21:13:44 -0000 1.5 +++ test_all.py 9 Jan 2003 21:31:44 -0000 1.6 @@ -1,3 +1,24 @@ +# This file is part of KoreanCodecs. +# +# Copyright(C) 2002-2003 Hye-Shik Chang <pe...@Fr...>. +# +# KoreanCodecs is free software; you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published +# by the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# KoreanCodecs is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with KoreanCodecs; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# $Id: test_all.py,v 1.6 2003/01/09 21:31:44 perky Exp $ +# + import CodecTestBase from test_cp949 import TestCP949_CExtension, TestCP949_PurePython @@ -11,3 +32,5 @@ if __name__ == '__main__': CodecTestBase.main() + +# ex: ts=8 sts=4 et 1.5 +22 -1 KoreanCodecs/test/test_cp949.py Index: test_cp949.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/test/test_cp949.py,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- test_cp949.py 28 Apr 2002 00:55:28 -0000 1.4 +++ test_cp949.py 9 Jan 2003 21:31:44 -0000 1.5 @@ -1,4 +1,23 @@ -# Hye-Shik Chang <1 March 2002> +# This file is part of KoreanCodecs. +# +# Copyright(C) 2002-2003 Hye-Shik Chang <pe...@Fr...>. +# +# KoreanCodecs is free software; you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published +# by the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# KoreanCodecs is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with KoreanCodecs; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# $Id: test_cp949.py,v 1.5 2003/01/09 21:31:44 perky Exp $ +# import CodecTestBase @@ -23,3 +42,5 @@ if __name__ == '__main__': CodecTestBase.main() + +# ex: ts=8 sts=4 et 1.6 +22 -1 KoreanCodecs/test/test_euc_kr.py Index: test_euc_kr.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/test/test_euc_kr.py,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- test_euc_kr.py 23 Jul 2002 18:13:51 -0000 1.5 +++ test_euc_kr.py 9 Jan 2003 21:31:44 -0000 1.6 @@ -1,4 +1,23 @@ -# Hye-Shik Chang <1 March 2002> +# This file is part of KoreanCodecs. +# +# Copyright(C) 2002-2003 Hye-Shik Chang <pe...@Fr...>. +# +# KoreanCodecs is free software; you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published +# by the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# KoreanCodecs is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with KoreanCodecs; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# $Id: test_euc_kr.py,v 1.6 2003/01/09 21:31:44 perky Exp $ +# import CodecTestBase @@ -30,3 +49,5 @@ if __name__ == '__main__': CodecTestBase.main() + +# ex: ts=8 sts=4 et 1.10 +22 -1 KoreanCodecs/test/test_hangul.py Index: test_hangul.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/test/test_hangul.py,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- test_hangul.py 1 May 2002 11:10:44 -0000 1.9 +++ test_hangul.py 9 Jan 2003 21:31:44 -0000 1.10 @@ -1,4 +1,23 @@ -# Hye-Shik Chang <1 March 2002> +# This file is part of KoreanCodecs. +# +# Copyright(C) 2002-2003 Hye-Shik Chang <pe...@Fr...>. +# +# KoreanCodecs is free software; you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published +# by the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# KoreanCodecs is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with KoreanCodecs; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# $Id: test_hangul.py,v 1.10 2003/01/09 21:31:44 perky Exp $ +# import unittest @@ -90,3 +109,5 @@ import sys sys.argv.insert(1, '-v') unittest.main(argv=sys.argv) + +# ex: ts=8 sts=4 et 1.4 +22 -1 KoreanCodecs/test/test_iso_2022_kr.py Index: test_iso_2022_kr.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/test/test_iso_2022_kr.py,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- test_iso_2022_kr.py 1 Mar 2002 09:52:56 -0000 1.3 +++ test_iso_2022_kr.py 9 Jan 2003 21:31:44 -0000 1.4 @@ -1,4 +1,23 @@ -# Hye-Shik Chang <1 March 2002> +# This file is part of KoreanCodecs. +# +# Copyright(C) 2002-2003 Hye-Shik Chang <pe...@Fr...>. +# +# KoreanCodecs is free software; you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published +# by the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# KoreanCodecs is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with KoreanCodecs; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# $Id: test_iso_2022_kr.py,v 1.4 2003/01/09 21:31:44 perky Exp $ +# import CodecTestBase @@ -16,3 +35,5 @@ if __name__ == '__main__': CodecTestBase.main() + +# ex: ts=8 sts=4 et 1.3 +22 -1 KoreanCodecs/test/test_johab.py Index: test_johab.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/test/test_johab.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- test_johab.py 1 Mar 2002 09:52:56 -0000 1.2 +++ test_johab.py 9 Jan 2003 21:31:44 -0000 1.3 @@ -1,4 +1,23 @@ -# Hye-Shik Chang <1 March 2002> +# This file is part of KoreanCodecs. +# +# Copyright(C) 2002-2003 Hye-Shik Chang <pe...@Fr...>. +# +# KoreanCodecs is free software; you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published +# by the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# KoreanCodecs is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with KoreanCodecs; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# $Id: test_johab.py,v 1.3 2003/01/09 21:31:44 perky Exp $ +# import CodecTestBase @@ -13,3 +32,5 @@ if __name__ == '__main__': CodecTestBase.main() + +# ex: ts=8 sts=4 et 1.4 +22 -1 KoreanCodecs/test/test_qwerty2bul.py Index: test_qwerty2bul.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/test/test_qwerty2bul.py,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- test_qwerty2bul.py 1 Mar 2002 09:52:56 -0000 1.3 +++ test_qwerty2bul.py 9 Jan 2003 21:31:44 -0000 1.4 @@ -1,4 +1,23 @@ -# Hye-Shik Chang <1 March 2002> +# This file is part of KoreanCodecs. +# +# Copyright(C) 2002-2003 Hye-Shik Chang <pe...@Fr...>. +# +# KoreanCodecs is free software; you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published +# by the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# KoreanCodecs is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with KoreanCodecs; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# $Id: test_qwerty2bul.py,v 1.4 2003/01/09 21:31:44 perky Exp $ +# import CodecTestBase @@ -13,3 +32,5 @@ if __name__ == '__main__': CodecTestBase.main() + +# ex: ts=8 sts=4 et 1.2 +22 -1 KoreanCodecs/test/test_unijohab.py Index: test_unijohab.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/test/test_unijohab.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- test_unijohab.py 1 Mar 2002 09:05:16 -0000 1.1 +++ test_unijohab.py 9 Jan 2003 21:31:44 -0000 1.2 @@ -1,4 +1,23 @@ -# Hye-Shik Chang <1 March 2002> +# This file is part of KoreanCodecs. +# +# Copyright(C) 2002-2003 Hye-Shik Chang <pe...@Fr...>. +# +# KoreanCodecs is free software; you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published +# by the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# KoreanCodecs is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with KoreanCodecs; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# $Id: test_unijohab.py,v 1.2 2003/01/09 21:31:44 perky Exp $ +# import CodecTestBase @@ -8,3 +27,5 @@ if __name__ == '__main__': CodecTestBase.main() + +# ex: ts=8 sts=4 et |