fix unit test

This commit is contained in:
Arvid Norberg 2009-09-27 01:33:36 +00:00
parent 5b563d5522
commit 1017a716ef
1 changed files with 2 additions and 2 deletions

View File

@ -555,9 +555,9 @@ int test_main()
test = "\b?filename=4";
TEST_CHECK(!verify_encoding(test));
#ifdef TORRENT_WINDOWS
TEST_CHECK(test == "..filename=4");
TEST_CHECK(test == "__filename=4");
#else
TEST_CHECK(test == ".?filename=4");
TEST_CHECK(test == "_?filename=4");
#endif
test = "filename=4";