[prev in list] [next in list] [prev in thread] [next in thread] 

List:       python-3000-checkins
Subject:    [Python-3000-checkins] r45653 -
From:       python-3000-checkins () python ! org (thomas ! wouters)
Date:       2006-04-23 0:19:59
Message-ID: 20060423001959.11AD81E400B () bag ! python ! org
[Download RAW message or body]

Author: thomas.wouters
Date: Sun Apr 23 02:19:58 2006
New Revision: 45653

Modified:
   python/branches/p3yk/Lib/test/test_bytes.py
Log:

Fix test_main function so test_bytes can be run by regrtest.py.



Modified: python/branches/p3yk/Lib/test/test_bytes.py
==============================================================================
--- python/branches/p3yk/Lib/test/test_bytes.py	(original)
+++ python/branches/p3yk/Lib/test/test_bytes.py	Sun Apr 23 02:19:58 2006
@@ -101,7 +101,7 @@
 
 
 def test_main():
-    test.test_support.run_unittest(XrangeTest)
+    test.test_support.run_unittest(BytesTest)
 
 
 if __name__ == "__main__":

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic