]> granicus.if.org Git - python/commit
Skipping some tests by adding the usual jython conditional test around:
authorFinn Bock <bckfnn@worldonline.dk>
Mon, 10 Dec 2001 20:57:34 +0000 (20:57 +0000)
committerFinn Bock <bckfnn@worldonline.dk>
Mon, 10 Dec 2001 20:57:34 +0000 (20:57 +0000)
commit2b29cb2593c2ca96eb4a0b32b1a6167ce5f18b7c
tree66665ca2e4692789c424364ab2c5999f67ae5e41
parentcf72abab8c45f9490525b245fe49d2ff76a58ad9
Skipping some tests by adding the usual jython conditional test around:

- the repr of unicode. Jython only add the u'' if the string contains char
  values > 255.
- A unicode arg to unicode() is perfectly valid in jython.
- A test buffer() test. No buffer() on Jython

This closes patch "[ #490920 ] Jython and test_unicode".
Lib/test/test_unicode.py