]> sjero.net Git - wget/blobdiff - src/test.c
[svn] Implement correct parsing of HTTP Content-Disposition header.
[wget] / src / test.c
index a124eeaa27e522ac21ba95ca8188d1266b39a886..06cd0a4b03e187bd7ae18b8609ce133b8e3f17fe 100644 (file)
@@ -37,12 +37,10 @@ so, delete this exception statement from your version.  */
 
 int tests_run;
 
-// char *test_ccache();
-
 static char *
 all_tests()
 {
-  // mu_run_test (test_ccache);
+  mu_run_test (test_parse_content_disposition);
   
   return NULL;
 }