aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_client_put_stop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/test_client_put_stop.c')
-rw-r--r--src/microhttpd/test_client_put_stop.c20
1 files changed, 13 insertions, 7 deletions
diff --git a/src/microhttpd/test_client_put_stop.c b/src/microhttpd/test_client_put_stop.c
index 044eb960..41c80465 100644
--- a/src/microhttpd/test_client_put_stop.c
+++ b/src/microhttpd/test_client_put_stop.c
@@ -1751,7 +1751,7 @@ main (int argc, char *const *argv)
1751 global_port = 0; 1751 global_port = 0;
1752 test_result = testExternalGet (); 1752 test_result = testExternalGet ();
1753 if (test_result) 1753 if (test_result)
1754 fprintf (stderr, "FAILED: testExternalGet () - %u.\n", test_result); 1754 fprintf (stderr, "FAILED: testExternalGet (). Result: %u.\n", test_result);
1755 else if (verbose) 1755 else if (verbose)
1756 printf ("PASSED: testExternalGet ().\n"); 1756 printf ("PASSED: testExternalGet ().\n");
1757 errorCount += test_result; 1757 errorCount += test_result;
@@ -1760,7 +1760,8 @@ main (int argc, char *const *argv)
1760 { 1760 {
1761 test_result = testInternalGet (testMhdPollAuto); 1761 test_result = testInternalGet (testMhdPollAuto);
1762 if (test_result) 1762 if (test_result)
1763 fprintf (stderr, "FAILED: testInternalGet (testMhdPollAuto) - %u.\n", 1763 fprintf (stderr, "FAILED: testInternalGet (testMhdPollAuto). "
1764 "Result: %u.\n",
1764 test_result); 1765 test_result);
1765 else if (verbose) 1766 else if (verbose)
1766 printf ("PASSED: testInternalGet (testMhdPollBySelect).\n"); 1767 printf ("PASSED: testInternalGet (testMhdPollBySelect).\n");
@@ -1770,7 +1771,8 @@ main (int argc, char *const *argv)
1770 * not really provide any additional results. */ 1771 * not really provide any additional results. */
1771 test_result = testInternalGet (testMhdPollBySelect); 1772 test_result = testInternalGet (testMhdPollBySelect);
1772 if (test_result) 1773 if (test_result)
1773 fprintf (stderr, "FAILED: testInternalGet (testMhdPollBySelect) - %u.\n", 1774 fprintf (stderr, "FAILED: testInternalGet (testMhdPollBySelect). "
1775 "Result: %u.\n",
1774 test_result); 1776 test_result);
1775 else if (verbose) 1777 else if (verbose)
1776 printf ("PASSED: testInternalGet (testMhdPollBySelect).\n"); 1778 printf ("PASSED: testInternalGet (testMhdPollBySelect).\n");
@@ -1778,7 +1780,8 @@ main (int argc, char *const *argv)
1778 test_result = testMultithreadedPoolGet (testMhdPollBySelect); 1780 test_result = testMultithreadedPoolGet (testMhdPollBySelect);
1779 if (test_result) 1781 if (test_result)
1780 fprintf (stderr, 1782 fprintf (stderr,
1781 "FAILED: testMultithreadedPoolGet (testMhdPollBySelect) - %u.\n", 1783 "FAILED: testMultithreadedPoolGet (testMhdPollBySelect). "
1784 "Result: %u.\n",
1782 test_result); 1785 test_result);
1783 else if (verbose) 1786 else if (verbose)
1784 printf ("PASSED: testMultithreadedPoolGet (testMhdPollBySelect).\n"); 1787 printf ("PASSED: testMultithreadedPoolGet (testMhdPollBySelect).\n");
@@ -1786,7 +1789,8 @@ main (int argc, char *const *argv)
1786 test_result = testMultithreadedGet (testMhdPollBySelect); 1789 test_result = testMultithreadedGet (testMhdPollBySelect);
1787 if (test_result) 1790 if (test_result)
1788 fprintf (stderr, 1791 fprintf (stderr,
1789 "FAILED: testMultithreadedGet (testMhdPollBySelect) - %u.\n", 1792 "FAILED: testMultithreadedGet (testMhdPollBySelect). "
1793 "Result: %u.\n",
1790 test_result); 1794 test_result);
1791 else if (verbose) 1795 else if (verbose)
1792 printf ("PASSED: testMultithreadedGet (testMhdPollBySelect).\n"); 1796 printf ("PASSED: testMultithreadedGet (testMhdPollBySelect).\n");
@@ -1795,7 +1799,8 @@ main (int argc, char *const *argv)
1795 { 1799 {
1796 test_result = testInternalGet (testMhdPollByPoll); 1800 test_result = testInternalGet (testMhdPollByPoll);
1797 if (test_result) 1801 if (test_result)
1798 fprintf (stderr, "FAILED: testInternalGet (testMhdPollByPoll) - %u.\n", 1802 fprintf (stderr, "FAILED: testInternalGet (testMhdPollByPoll). "
1803 "Result: %u.\n",
1799 test_result); 1804 test_result);
1800 else if (verbose) 1805 else if (verbose)
1801 printf ("PASSED: testInternalGet (testMhdPollByPoll).\n"); 1806 printf ("PASSED: testInternalGet (testMhdPollByPoll).\n");
@@ -1805,7 +1810,8 @@ main (int argc, char *const *argv)
1805 { 1810 {
1806 test_result = testInternalGet (testMhdPollByEpoll); 1811 test_result = testInternalGet (testMhdPollByEpoll);
1807 if (test_result) 1812 if (test_result)
1808 fprintf (stderr, "FAILED: testInternalGet (testMhdPollByEpoll) - %u.\n", 1813 fprintf (stderr, "FAILED: testInternalGet (testMhdPollByEpoll). "
1814 "Result: %u.\n",
1809 test_result); 1815 test_result);
1810 else if (verbose) 1816 else if (verbose)
1811 printf ("PASSED: testInternalGet (testMhdPollByEpoll).\n"); 1817 printf ("PASSED: testInternalGet (testMhdPollByEpoll).\n");