From daaf8ee8106426f65dbf85f7c1b6009db894e623 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Sun, 4 May 2008 23:58:41 +0000 Subject: Re-enabled test --- Lib/test/test_warnings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_warnings.py b/Lib/test/test_warnings.py index 0f3ee8b..f8e760d 100644 --- a/Lib/test/test_warnings.py +++ b/Lib/test/test_warnings.py @@ -279,7 +279,7 @@ class WarnTests(unittest.TestCase): 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. -- cgit v0.12