remove test for removed function

This commit is contained in:
Arvid Norberg 2013-06-18 02:08:57 +00:00
parent 5888e36b84
commit 4a95b06316
1 changed files with 0 additions and 5 deletions

View File

@ -1309,11 +1309,6 @@ int test_main()
convert_path_to_posix(path);
TEST_EQUAL(path, "a/b/c");
#ifdef TORRENT_WINDOWS
convert_path_to_windows(path);
TEST_EQUAL(path, "a\\b\\c");
#endif
// verify_encoding
test = "\b?filename=4";
TEST_CHECK(!verify_encoding(test));