]> granicus.if.org Git - python/commitdiff
Added test_socketserver and test_unicode_file to tests expected to be
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 14 Dec 2001 21:28:53 +0000 (21:28 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 14 Dec 2001 21:28:53 +0000 (21:28 +0000)
skipped on Mac OS X. Not sure yet about test_locale.py: this may be
due to my copy of Mac OS X (although it talks english fine enough).

Lib/test/regrtest.py

index 25cabfff75b47aeb407fdb97d316b7c12cacae15..280f3cb58389bb518a0107a479e2ce8a7ec80ac1 100755 (executable)
@@ -636,7 +636,9 @@ _expectations = {
         test_ntpath
         test_poll
         test_socket_ssl
+        test_socketserver
         test_sunaudiodev
+        test_unicode_file
         test_winreg
         test_winsound
         """,