Move the add_torrent_url_with_cookie url to our server
This commit is contained in:
parent
fa2dedda73
commit
8425e9915d
|
@ -48,7 +48,7 @@ class CoreTestCase(unittest.TestCase):
|
||||||
return d
|
return d
|
||||||
|
|
||||||
def test_add_torrent_url_with_cookie(self):
|
def test_add_torrent_url_with_cookie(self):
|
||||||
url = "http://cgi.cse.unsw.edu.au/~johnnyg/torrent.php"
|
url = "http://deluge-torrent.org/test_torrent.php"
|
||||||
options = {}
|
options = {}
|
||||||
headers = { "Cookie" : "password=deluge" }
|
headers = { "Cookie" : "password=deluge" }
|
||||||
info_hash = "60d5d82328b4547511fdeac9bf4d0112daa0ce00"
|
info_hash = "60d5d82328b4547511fdeac9bf4d0112daa0ce00"
|
||||||
|
@ -108,5 +108,3 @@ class CoreTestCase(unittest.TestCase):
|
||||||
|
|
||||||
d.addCallback(result)
|
d.addCallback(result)
|
||||||
return d
|
return d
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue