X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Ftest.c;h=3187900db44c5da3c3f01746dcf69adb012b4434;hp=a15030222c66248b3427e884ddb2ec5e09ad1f16;hb=d763f8bf6d6e13ce006ffab616cc8a77e747a633;hpb=86395b297b58c8c9b43d7ca8c42b831d4926dac6 diff --git a/src/test.c b/src/test.c index a1503022..3187900d 100644 --- a/src/test.c +++ b/src/test.c @@ -1,5 +1,5 @@ /* Unit testing. - Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of GNU Wget. @@ -38,7 +38,9 @@ as that of the covered work. */ const char *test_parse_content_disposition(); const char *test_subdir_p(); const char *test_dir_matches_p(); +const char *test_commands_sorted(); const char *test_cmd_spec_restrict_file_names(); +const char *test_path_simplify (); const char *test_append_uri_pathel(); const char *test_are_urls_equal(); const char *test_is_robots_txt_url(); @@ -51,7 +53,9 @@ all_tests() mu_run_test (test_parse_content_disposition); mu_run_test (test_subdir_p); mu_run_test (test_dir_matches_p); + mu_run_test (test_commands_sorted); mu_run_test (test_cmd_spec_restrict_file_names); + mu_run_test (test_path_simplify); mu_run_test (test_append_uri_pathel); mu_run_test (test_are_urls_equal); mu_run_test (test_is_robots_txt_url);