From 4a95b06316bd733d222652abe4071d072023c2bb Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Tue, 18 Jun 2013 02:08:57 +0000 Subject: [PATCH] remove test for removed function --- test/test_primitives.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/test_primitives.cpp b/test/test_primitives.cpp index 738d111ca..63208fd7a 100644 --- a/test/test_primitives.cpp +++ b/test/test_primitives.cpp @@ -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));