]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Adding trackerless.torrent metainfo file to test suite
authorMilos Gajdos <milosgajdos83@gmail.com>
Sun, 3 May 2015 15:37:48 +0000 (16:37 +0100)
committerMilos Gajdos <milosgajdos83@gmail.com>
Sun, 3 May 2015 15:37:48 +0000 (16:37 +0100)
metainfo/metainfo_test.go

index d346a0b386c88c056cc872b5565037923f50ddb7..16746c5bbdd91761075608b00740726b8663c7f8 100644 (file)
@@ -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")
 }