gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet-gtk] branch master updated: add note as to why tran


From: gnunet
Subject: [GNUnet-SVN] [gnunet-gtk] branch master updated: add note as to why transport tests do not work nicely right now
Date: Thu, 16 Feb 2017 15:26:46 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet-gtk.

The following commit(s) were added to refs/heads/master by this push:
     new 9a771830 add note as to why transport tests do not work nicely right 
now
9a771830 is described below

commit 9a771830b28dae6260dea00ab14977f91ea11d99
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Feb 16 15:27:46 2017 +0100

    add note as to why transport tests do not work nicely right now
---
 src/setup/gnunet-setup-transport-test.c | 1 +
 src/setup/gnunet-setup.c                | 7 +++++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/setup/gnunet-setup-transport-test.c 
b/src/setup/gnunet-setup-transport-test.c
index dd2f5674..66f5e80e 100644
--- a/src/setup/gnunet-setup-transport-test.c
+++ b/src/setup/gnunet-setup-transport-test.c
@@ -184,6 +184,7 @@ GNUNET_setup_transport_test (const char *section_name,
   struct TestContext *tc;
   GtkWidget *w;
 
+  GNUNET_break (0); // FIXME: launch NAT and RESOLVER service at least first!
   tc = GNUNET_new (struct TestContext);
   tc->success_image = success_image;
   tc->failure_image = failure_image;
diff --git a/src/setup/gnunet-setup.c b/src/setup/gnunet-setup.c
index f1bc7c23..a2dd6a27 100644
--- a/src/setup/gnunet-setup.c
+++ b/src/setup/gnunet-setup.c
@@ -527,8 +527,11 @@ main (int argc, char *const *argv)
   int ret;
 
   if (GNUNET_OK ==
-      GNUNET_GTK_main_loop_start ("gnunet-setup", "gnunet-setup", argc, argv,
-                                  options, "gnunet_setup_main_window.glade",
+      GNUNET_GTK_main_loop_start ("gnunet-setup",
+                                  "gnunet-setup",
+                                  argc, argv,
+                                  options,
+                                  "gnunet_setup_main_window.glade",
                                   &run))
     ret = gret;
   else

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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