]> granicus.if.org Git - python/commitdiff
Fix test_main function so test_bytes can be run by regrtest.py.
authorThomas Wouters <thomas@python.org>
Sun, 23 Apr 2006 00:19:58 +0000 (00:19 +0000)
committerThomas Wouters <thomas@python.org>
Sun, 23 Apr 2006 00:19:58 +0000 (00:19 +0000)
Lib/test/test_bytes.py

index ce224c2c94b9d47d8a343918ebf8489c25f45c30..fc911ac974b02bf35dedd8d14a1305a9e5fb126e 100644 (file)
@@ -101,7 +101,7 @@ class BytesTest(unittest.TestCase):
 
 
 def test_main():
-    test.test_support.run_unittest(XrangeTest)
+    test.test_support.run_unittest(BytesTest)
 
 
 if __name__ == "__main__":