From f0af2061fb2aa98ae18aca90989e4b608469de1d Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sun, 10 Jan 2016 18:31:58 +0100 Subject: tests: cleanup --- test/common.js | 6 +++--- test/fixtures/big-buck-bunny-private.torrent | Bin 17058 -> 0 bytes test/fixtures/bitlove-intro.torrent | Bin 597 -> 0 bytes test/fixtures/bunny-private.torrent | Bin 0 -> 17058 bytes test/fixtures/pride.torrent | Bin 2150 -> 0 bytes 5 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 test/fixtures/big-buck-bunny-private.torrent delete mode 100644 test/fixtures/bitlove-intro.torrent create mode 100644 test/fixtures/bunny-private.torrent delete mode 100644 test/fixtures/pride.torrent (limited to 'test') 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/big-buck-bunny-private.torrent b/test/fixtures/big-buck-bunny-private.torrent deleted file mode 100644 index da15903..0000000 Binary files a/test/fixtures/big-buck-bunny-private.torrent and /dev/null differ diff --git a/test/fixtures/bitlove-intro.torrent b/test/fixtures/bitlove-intro.torrent deleted file mode 100644 index 1c91bf1..0000000 Binary files a/test/fixtures/bitlove-intro.torrent and /dev/null differ diff --git a/test/fixtures/bunny-private.torrent b/test/fixtures/bunny-private.torrent new file mode 100644 index 0000000..da15903 Binary files /dev/null and b/test/fixtures/bunny-private.torrent differ diff --git a/test/fixtures/pride.torrent b/test/fixtures/pride.torrent deleted file mode 100644 index b74e40e..0000000 Binary files a/test/fixtures/pride.torrent and /dev/null differ -- cgit v1.2.3