]> granicus.if.org Git - python/commitdiff
Fix a cleanup.
authorBrett Cannon <brett@python.org>
Fri, 20 Apr 2012 21:34:59 +0000 (17:34 -0400)
committerBrett Cannon <brett@python.org>
Fri, 20 Apr 2012 21:34:59 +0000 (17:34 -0400)
Lib/test/test_import.py

index 1b57432553d95584a525471aaa71fefab6e1955e..ea66293d90481acfe3e72ffb2c224d0fae63812e 100644 (file)
@@ -456,7 +456,7 @@ class PathsTests(unittest.TestCase):
 
     # Regression test for http://bugs.python.org/issue3677.
     @unittest.skipUnless(sys.platform == 'win32', 'Windows-specific')
-    def _test_UNC_path(self):
+    def test_UNC_path(self):
         with open(os.path.join(self.path, 'test_trailing_slash.py'), 'w') as f:
             f.write("testdata = 'test_trailing_slash'")
         # Create the UNC path, like \\myhost\c$\foo\bar.