Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. ======================================================================
  2. FAIL: test_ftp_nohost (test.test_urllib.urlopen_HttpTests)
  3. ----------------------------------------------------------------------
  4. Traceback (most recent call last):
  5. File "/tmp/yaourt-tmp-kadu/aur-python33/src/Python-3.3.6/Lib/test/test_urllib.py", line 302, in test_ftp_nohost
  6. urlopen(test_ftp_url)
  7. AssertionError: OSError not raised
  8.  
  9. ======================================================================
  10. FAIL: test_ftp_nonexisting (test.test_urllib.urlopen_HttpTests)
  11. ----------------------------------------------------------------------
  12. Traceback (most recent call last):
  13. File "/tmp/yaourt-tmp-kadu/aur-python33/src/Python-3.3.6/Lib/test/test_urllib.py", line 307, in test_ftp_nonexisting
  14. urlopen('ftp://localhost/a/file/which/doesnot/exists.py')
  15. AssertionError: OSError not raised
  16.  
  17. ----------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement