From dfd654bcde6ed7835181d1e3d7eee4846259d275 Mon Sep 17 00:00:00 2001 From: Milos Gajdos Date: Sun, 3 May 2015 16:37:48 +0100 Subject: [PATCH] Adding trackerless.torrent metainfo file to test suite --- metainfo/metainfo_test.go | 1 + 1 file changed, 1 insertion(+) 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") } -- 2.48.1