]> granicus.if.org Git - python/commitdiff
Re-enabled test
authorChristian Heimes <christian@cheimes.de>
Sun, 4 May 2008 23:58:41 +0000 (23:58 +0000)
committerChristian Heimes <christian@cheimes.de>
Sun, 4 May 2008 23:58:41 +0000 (23:58 +0000)
Lib/test/test_warnings.py

index 0f3ee8b36f2d5cbda3a75bfc8b35811b492c01af..f8e760d843302b73b5f80892831bd1d4990042b1 100644 (file)
@@ -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.