aboutsummaryrefslogtreecommitdiff
path: root/bencode
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2018-12-15 14:42:14 +0100
committerDimitri Sokolyuk <demon@dim13.org>2018-12-15 14:42:14 +0100
commit74f1a9e6a121b4699425bfad4b9f6ec0ba7bec61 (patch)
treea25436cc107e9690c4f59bc4c184bbdd40ecf7b8 /bencode
parent1f51887dbe2c1c6766841c9a804bf3ed5ac97d0b (diff)
rename
Diffstat (limited to 'bencode')
-rw-r--r--bencode/bencode_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/bencode/bencode_test.go b/bencode/bencode_test.go
index 48c494d..a194fb6 100644
--- a/bencode/bencode_test.go
+++ b/bencode/bencode_test.go
@@ -50,15 +50,15 @@ var testCase = []struct {
InfoHash string
}{
{
- Torrent: "../examples/OpenBSD_5.9_amd64_install59.iso-2016-03-29-0449.torrent",
+ Torrent: "../testdata/OpenBSD_5.9_amd64_install59.iso-2016-03-29-0449.torrent",
InfoHash: "e840038dea1998c39614dcd28594501df02bd32d",
},
{
- Torrent: "../examples/OpenBSD_songs_ogg-2016-03-25-0127.torrent",
+ Torrent: "../testdata/OpenBSD_songs_ogg-2016-03-25-0127.torrent",
InfoHash: "1aa5af9f6f533961a65169bdeeb801e611724d32",
},
{
- Torrent: "../examples/debian-8.5.0-amd64-netinst.iso.torrent",
+ Torrent: "../testdata/debian-8.5.0-amd64-netinst.iso.torrent",
InfoHash: "47b9ad52c009f3bd562ffc6da40e5c55d3fb47f3",
},
}