commit b85440f3fa01d5072fe5bcd53280fb6527390344 parent 2369ddff276508b0387443ff4cbdd4986f513a3e Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 13 Apr 2008 02:36:24 +0000 enable Diffstat:
| M | src/testcurl/daemontest_get_chunked.c | | | 7 | ++----- |
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/src/testcurl/daemontest_get_chunked.c b/src/testcurl/daemontest_get_chunked.c @@ -352,11 +352,8 @@ main (int argc, char *const *argv) if (0 != curl_global_init (CURL_GLOBAL_WIN32)) return 2; errorCount += testInternalGet (); - if (0) - { - errorCount += testMultithreadedGet (); - errorCount += testExternalGet (); - } + errorCount += testMultithreadedGet (); + errorCount += testExternalGet (); if (errorCount != 0) fprintf (stderr, "Error (code: %u)\n", errorCount); curl_global_cleanup ();