]> granicus.if.org Git - python/commitdiff
Redo r83142 merge manually. QOTD: svnmerge isn't really your best friend
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Wed, 28 Jul 2010 14:33:17 +0000 (14:33 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Wed, 28 Jul 2010 14:33:17 +0000 (14:33 +0000)
Lib/test/test_sys.py
Lib/test/test_sys_setprofile.py [moved from Lib/test/test_profilehooks.py with 100% similarity]
Lib/test/test_sys_settrace.py [moved from Lib/test/test_trace.py with 100% similarity]

index b17827cd66d3984da5b9d3b881a8e0c947b6d589..53cdcb2f6a516f06b05f4a0abd9d78bd7c51c2fc 100644 (file)
@@ -205,8 +205,8 @@ class SysModuleTest(unittest.TestCase):
             # can't check more than the type, as the user might have changed it
             self.assertIsInstance(sys.getdefaultencoding(), str)
 
-    # testing sys.settrace() is done in test_trace.py
-    # testing sys.setprofile() is done in test_profile.py
+    # testing sys.settrace() is done in test_sys_settrace.py
+    # testing sys.setprofile() is done in test_sys_setprofile.py
 
     def test_setcheckinterval(self):
         self.assertRaises(TypeError, sys.setcheckinterval)