Home | History | Annotate | Download | only in test

Lines Matching refs:pathname2url

312         return "file://%s" % urllib.pathname2url(os.path.abspath(filePath))
715 """Test pathname2url() and url2pathname()"""
721 result = urllib.pathname2url(expected_path)
723 "pathname2url() failed; %s != %s" %
735 result = urllib.pathname2url(given)
737 "pathname2url() failed; %s != %s" %
746 result = urllib.pathname2url(given)
748 "pathname2url() failed; %s != %s" %