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()
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to