commit | 932d3f417718a955f53ff2430e3565908c2f91d6 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu May 06 22:26:31 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Thu May 06 22:26:31 2010 +0000 |
tree | 4f467a7a5c4b26fe70b4b07d5e5745aa2a06d070 | |
parent | 180799d4b39be181a52f72f27ff0bc5d0a151653 [diff] [blame] |
self.skip -> self.skipTest
diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py index f4814fa..727b00e 100644 --- a/Lib/test/test_os.py +++ b/Lib/test/test_os.py
@@ -452,7 +452,7 @@ except UnicodeEncodeError: msg = "U+20AC character is not encodable to %s" % ( sys.getfilesystemencoding(),) - self.skip(msg) + self.skipTest(msg) os.environ['unicode'] = value self.assertEquals(os.environ['unicode'], value) self.assertEquals(os.environb[b'unicode'], value_bytes)