gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r16300 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r16300 - gnunet/src/transport
Date: Mon, 1 Aug 2011 22:45:25 +0200

Author: grothoff
Date: 2011-08-01 22:45:24 +0200 (Mon, 01 Aug 2011)
New Revision: 16300

Modified:
   gnunet/src/transport/test_quota_compliance.c
   gnunet/src/transport/test_transport_api.c
Log:
LRN:  Make transport tests less optimistic about MinGW


Modified: gnunet/src/transport/test_quota_compliance.c
===================================================================
--- gnunet/src/transport/test_quota_compliance.c        2011-08-01 20:44:31 UTC 
(rev 16299)
+++ gnunet/src/transport/test_quota_compliance.c        2011-08-01 20:45:24 UTC 
(rev 16300)
@@ -799,9 +799,6 @@
   if (strstr(argv[0], "tcp_nat") != NULL)
     {
       is_tcp_nat = GNUNET_YES;
-#ifdef MINGW
-      return 0;
-#endif
     }
   else if (strstr(argv[0], "tcp") != NULL)
     {
@@ -810,9 +807,6 @@
   else if (strstr(argv[0], "https") != NULL)
     {
       is_https = GNUNET_YES;
-#ifdef MINGW
-      return 0;
-#endif
     }
   else if (strstr(argv[0], "http") != NULL)
     {

Modified: gnunet/src/transport/test_transport_api.c
===================================================================
--- gnunet/src/transport/test_transport_api.c   2011-08-01 20:44:31 UTC (rev 
16299)
+++ gnunet/src/transport/test_transport_api.c   2011-08-01 20:45:24 UTC (rev 
16300)
@@ -688,9 +688,6 @@
   if (strstr(argv[0], "tcp_nat") != NULL)
     {
       is_tcp_nat = GNUNET_YES;
-#ifdef MINGW
-      return 0;
-#endif
       if (GNUNET_YES != check_gnunet_nat_binary("gnunet-nat-server"))
         {
           GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
@@ -706,9 +703,6 @@
   else if (strstr(argv[0], "udp_nat") != NULL)
     {
       is_udp_nat = GNUNET_YES;
-#ifdef MINGW
-      return 0;
-#endif
       if (GNUNET_YES != check_gnunet_nat_binary("gnunet-nat-server"))
         {
           GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
@@ -728,9 +722,6 @@
   else if (strstr(argv[0], "https") != NULL)
     {
       is_https = GNUNET_YES;
-#ifdef MINGW
-      return 0;
-#endif
     }
   else if (strstr(argv[0], "http") != NULL)
     {




reply via email to

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