[Python-3000-checkins] r62718 - python/branches/py3k/Lib/test/test_warnings.py

christian.heimes python-3000-checkins at python.org
Mon May 5 01:58:42 CEST 2008


Author: christian.heimes
Date: Mon May  5 01:58:41 2008
New Revision: 62718

Log:
Re-enabled test

Modified:
   python/branches/py3k/Lib/test/test_warnings.py

Modified: python/branches/py3k/Lib/test/test_warnings.py
==============================================================================
--- python/branches/py3k/Lib/test/test_warnings.py	(original)
+++ python/branches/py3k/Lib/test/test_warnings.py	Mon May  5 01:58:41 2008
@@ -279,7 +279,7 @@
             warning_tests.__name__ = module_name
             sys.argv = argv
 
-    def BROKEN_test_missing_filename_main_with_argv_empty_string(self):
+    def test_missing_filename_main_with_argv_empty_string(self):
         # If __file__ is not specified, the caller is __main__, and sys.argv[0]
         # is the empty string, then '__main__ is the file name.
         # Tests issue 2743.


More information about the Python-3000-checkins mailing list