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>2016-01-10 20:31:58 +0300
committerFeross Aboukhadijeh <feross@feross.org>2016-01-11 02:09:00 +0300
commitf0af2061fb2aa98ae18aca90989e4b608469de1d (patch)
tree767a65f54e7bbaef4ac6b20b05fd894961f92e6a /test
parentf6290e9d6230538117d2db205596e28986f27066 (diff)
tests: cleanup
Diffstat (limited to 'test')
-rw-r--r--test/common.js6
-rw-r--r--test/fixtures/bitlove-intro.torrentbin597 -> 0 bytes
-rw-r--r--test/fixtures/bunny-private.torrent (renamed from test/fixtures/big-buck-bunny-private.torrent)bin17058 -> 17058 bytes
-rw-r--r--test/fixtures/pride.torrentbin2150 -> 0 bytes
4 files changed, 3 insertions, 3 deletions
diff --git a/test/common.js b/test/common.js
index 129efb3..ac2a5f6 100644
--- a/test/common.js
+++ b/test/common.js
@@ -35,8 +35,8 @@ module.exports = {
// Torrent file with "private" flag
bunny: {
- torrentPath: path.join(__dirname, 'fixtures', 'big-buck-bunny-private.torrent'),
- torrent: fs.readFileSync(path.join(__dirname, 'fixtures', 'big-buck-bunny-private.torrent')),
- parsedTorrent: parseTorrent(fs.readFileSync(path.join(__dirname, 'fixtures', 'big-buck-bunny-private.torrent')))
+ torrentPath: path.join(__dirname, 'fixtures', 'bunny-private.torrent'),
+ torrent: fs.readFileSync(path.join(__dirname, 'fixtures', 'bunny-private.torrent')),
+ parsedTorrent: parseTorrent(fs.readFileSync(path.join(__dirname, 'fixtures', 'bunny-private.torrent')))
}
}
diff --git a/test/fixtures/bitlove-intro.torrent b/test/fixtures/bitlove-intro.torrent
deleted file mode 100644
index 1c91bf1..0000000
--- a/test/fixtures/bitlove-intro.torrent
+++ /dev/null
Binary files differ
diff --git a/test/fixtures/big-buck-bunny-private.torrent b/test/fixtures/bunny-private.torrent
index da15903..da15903 100644
--- a/test/fixtures/big-buck-bunny-private.torrent
+++ b/test/fixtures/bunny-private.torrent
Binary files differ
diff --git a/test/fixtures/pride.torrent b/test/fixtures/pride.torrent
deleted file mode 100644
index b74e40e..0000000
--- a/test/fixtures/pride.torrent
+++ /dev/null
Binary files differ