[Python-3000-checkins] r55492 - python/branches/py3k-struni/Lib/test/test_range.py

walter.doerwald python-3000-checkins at python.org
Mon May 21 20:02:40 CEST 2007


Author: walter.doerwald
Date: Mon May 21 20:02:40 2007
New Revision: 55492

Modified:
   python/branches/py3k-struni/Lib/test/test_range.py
Log:
Update name of test.


Modified: python/branches/py3k-struni/Lib/test/test_range.py
==============================================================================
--- python/branches/py3k-struni/Lib/test/test_range.py	(original)
+++ python/branches/py3k-struni/Lib/test/test_range.py	Mon May 21 20:02:40 2007
@@ -62,7 +62,7 @@
         self.assertEqual(repr(range(1, 2, 3)), 'range(1, 2, 3)')
 
 def test_main():
-    test.test_support.run_unittest(XrangeTest)
+    test.test_support.run_unittest(RangeTest)
 
 if __name__ == "__main__":
     test_main()


More information about the Python-3000-checkins mailing list