[KoCo-CVS] [Commit] cjkcodecs/tests test_encoding_cp932.py
Brought to you by:
perky
From: Hye-Shik C. <pe...@us...> - 2003-05-26 11:48:02
|
perky 03/05/26 04:48:01 Modified: tests test_encoding_cp932.py Log: Set tstring not teststring. Revision Changes Path 1.2 +2 -2 cjkcodecs/tests/test_encoding_cp932.py Index: test_encoding_cp932.py =================================================================== RCS file: /cvsroot/koco/cjkcodecs/tests/test_encoding_cp932.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- test_encoding_cp932.py 26 May 2003 11:40:41 -0000 1.1 +++ test_encoding_cp932.py 26 May 2003 11:48:01 -0000 1.2 @@ -27,7 +27,7 @@ # IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# $Id: test_encoding_cp932.py,v 1.1 2003/05/26 11:40:41 perky Exp $ +# $Id: test_encoding_cp932.py,v 1.2 2003/05/26 11:48:01 perky Exp $ # from test import test_support @@ -36,7 +36,7 @@ class Test_CP932(test_multibytecodec_support.TestBase, unittest.TestCase): encoding = 'cp932' - from sampletexts.shift_jis import teststring + from sampletexts.shift_jis import teststring as tstring errortests = ( # invalid bytes ("abc\x80\x80\x82\x84", "strict", None), |