Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2015-12-22 01:32:24 +0300
committerFeross Aboukhadijeh <feross@feross.org>2015-12-27 23:18:07 +0300
commit0fd98edb7286688649d5715ce1cd3ca84b1ad35f (patch)
tree25276b6469ecf355fda1bc92549b867be3e2fa6b /test
parent748347861fc024dd6451be76d646a22ed7d1369b (diff)
test: remove sample trackers
Diffstat (limited to 'test')
-rw-r--r--test/cmd.js2
-rw-r--r--test/torrents/big-buck-bunny-private.torrentbin17270 -> 17058 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/test/cmd.js b/test/cmd.js
index 3cece10..cf7dc3c 100644
--- a/test/cmd.js
+++ b/test/cmd.js
@@ -70,7 +70,7 @@ test('Command line: webtorrent info /path/to/file.torrent', function (t) {
test('Command line: webtorrent info magnet_uri', function (t) {
t.plan(2)
- var leavesMagnetURI = 'magnet:?xt=urn:btih:d2474e86c95b19b8bcfdb92bc12c9d44667cfa36&dn=Leaves+of+Grass+by+Walt+Whitman.epub&tr=http%3A%2F%2Ftracker.bittorrent.am%2Fannounce&tr=http%3A%2F%2Ftracker.thepiratebay.org%2Fannounce&tr=udp%3A%2F%2Ffr33domtracker.h33t.com%3A3310%2Fannounce&tr=udp%3A%2F%2Ftracker.ccc.de%3A80&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Ftracker.publicbt.com%3A80'
+ var leavesMagnetURI = 'magnet:?xt=urn:btih:d2474e86c95b19b8bcfdb92bc12c9d44667cfa36&dn=Leaves+of+Grass+by+Walt+Whitman.epub&tr=http%3A%2F%2Ftracker.example.com%2Fannounce&tr=http%3A%2F%2Ftracker.example2.com%2Fannounce&tr=udp%3A%2F%2Ftracker.example3.com%3A3310%2Fannounce&tr=udp%3A%2F%2Ftracker.example4.com%3A80&tr=udp%3A%2F%2Ftracker.example5.com%3A80&tr=udp%3A%2F%2Ftracker.example6.com%3A80'
cp.exec(CMD + ' info "' + leavesMagnetURI + '"', function (err, data) {
t.error(err)
diff --git a/test/torrents/big-buck-bunny-private.torrent b/test/torrents/big-buck-bunny-private.torrent
index 25018e7..da15903 100644
--- a/test/torrents/big-buck-bunny-private.torrent
+++ b/test/torrents/big-buck-bunny-private.torrent
Binary files differ