fixed test_torrent_parse test
This commit is contained in:
@@ -95,7 +95,7 @@ test_failing_torrent_t test_error_torrents[] =
|
||||
{ "invalid_pieces.torrent", errors::torrent_missing_pieces },
|
||||
{ "unaligned_pieces.torrent", errors::torrent_invalid_hashes },
|
||||
{ "invalid_root_hash.torrent", errors::torrent_invalid_hashes },
|
||||
{ "invalid_root_hash2.torrent", errors::torrent_invalid_hashes },
|
||||
{ "invalid_root_hash2.torrent", errors::torrent_missing_pieces},
|
||||
{ "invalid_file_size.torrent", errors::torrent_file_parse_failed },
|
||||
};
|
||||
|
||||
|
1
test/test_torrents/invalid_root_hash2.torrent
Normal file
1
test/test_torrents/invalid_root_hash2.torrent
Normal file
@@ -0,0 +1 @@
|
||||
d10:created by10:libtorrent13:creation datei1359599503e4:infod6:lengthi425e4:name4:temp12:piece lengthi16384e9:root hashi1343eee
|
Reference in New Issue
Block a user