From: Brett Cannon Date: Fri, 20 Apr 2012 21:34:59 +0000 (-0400) Subject: Fix a cleanup. X-Git-Tag: v3.3.0a3~133 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9e924ed1ac516107a91745ca6210b66388f15468;p=thirdparty%2FPython%2Fcpython.git Fix a cleanup. --- diff --git a/Lib/test/test_import.py b/Lib/test/test_import.py index 1b57432553d9..ea66293d9048 100644 --- a/Lib/test/test_import.py +++ b/Lib/test/test_import.py @@ -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.