From: Milos Gajdos Date: Sun, 3 May 2015 15:37:48 +0000 (+0100) Subject: Adding trackerless.torrent metainfo file to test suite X-Git-Tag: v1.0.0~1192^2 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=dfd654bcde6ed7835181d1e3d7eee4846259d275;p=btrtrc.git Adding trackerless.torrent metainfo file to test suite --- diff --git a/metainfo/metainfo_test.go b/metainfo/metainfo_test.go index d346a0b3..16746c5b 100644 --- a/metainfo/metainfo_test.go +++ b/metainfo/metainfo_test.go @@ -43,4 +43,5 @@ func TestFile(t *testing.T) { test_file(t, "_testdata/archlinux-2011.08.19-netinstall-i686.iso.torrent") test_file(t, "_testdata/continuum.torrent") test_file(t, "_testdata/23516C72685E8DB0C8F15553382A927F185C4F01.torrent") + test_file(t, "_testdata/trackerless.torrent") }