[Python-checkins] r61981 - python/trunk/Lib/test/regrtest.py

amaury.forgeotdarc python-checkins at python.org
Fri Mar 28 01:21:35 CET 2008


Author: amaury.forgeotdarc
Date: Fri Mar 28 01:21:34 2008
New Revision: 61981

Modified:
   python/trunk/Lib/test/regrtest.py
Log:
test_future3.py is a regular test file, and should be part of the test suite


Modified: python/trunk/Lib/test/regrtest.py
==============================================================================
--- python/trunk/Lib/test/regrtest.py	(original)
+++ python/trunk/Lib/test/regrtest.py	Fri Mar 28 01:21:34 2008
@@ -487,7 +487,6 @@
     'test_support',
     'test_future1',
     'test_future2',
-    'test_future3',
     ]
 
 def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS):


More information about the Python-checkins mailing list