gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r38016 - libmicrohttpd/src/testcurl
Date: Mon, 26 Sep 2016 11:46:47 +0200

Author: grothoff
Date: 2016-09-26 11:46:47 +0200 (Mon, 26 Sep 2016)
New Revision: 38016

Modified:
   libmicrohttpd/src/testcurl/test_delete.c
Log:
test case for #4667 with concurrency

Modified: libmicrohttpd/src/testcurl/test_delete.c
===================================================================
--- libmicrohttpd/src/testcurl/test_delete.c    2016-09-26 09:45:34 UTC (rev 
38015)
+++ libmicrohttpd/src/testcurl/test_delete.c    2016-09-26 09:46:47 UTC (rev 
38016)
@@ -444,12 +444,9 @@
     (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0;
   if (0 != curl_global_init (CURL_GLOBAL_WIN32))
     return 2;
-  if (0)
-    {
-      errorCount += testInternalDelete ();
-      errorCount += testMultithreadedDelete ();
-      errorCount += testMultithreadedPoolDelete ();
-    }
+  errorCount += testInternalDelete ();
+  errorCount += testMultithreadedDelete ();
+  errorCount += testMultithreadedPoolDelete ();
   errorCount += testExternalDelete ();
   if (errorCount != 0)
     fprintf (stderr, "Error (code: %u)\n", errorCount);




reply via email to

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