gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r6682 - libmicrohttpd/src/testcurl


From: gnunet
Subject: [GNUnet-SVN] r6682 - libmicrohttpd/src/testcurl
Date: Sat, 12 Apr 2008 20:36:25 -0600 (MDT)

Author: grothoff
Date: 2008-04-12 20:36:24 -0600 (Sat, 12 Apr 2008)
New Revision: 6682

Modified:
   libmicrohttpd/src/testcurl/daemontest_get_chunked.c
Log:
enable

Modified: libmicrohttpd/src/testcurl/daemontest_get_chunked.c
===================================================================
--- libmicrohttpd/src/testcurl/daemontest_get_chunked.c 2008-04-13 02:28:23 UTC 
(rev 6681)
+++ libmicrohttpd/src/testcurl/daemontest_get_chunked.c 2008-04-13 02:36:24 UTC 
(rev 6682)
@@ -352,11 +352,8 @@
   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 ();





reply via email to

[Prev in Thread] Current Thread [Next in Thread]