diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-02-16 15:27:46 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-02-16 15:27:46 +0100 |
commit | 9a771830b28dae6260dea00ab14977f91ea11d99 (patch) | |
tree | 58b2917f0238bd868f215c35efdd78ebe88e95f5 | |
parent | e4f73d6a9ad4320737e0c95864ae2a65529d1c41 (diff) | |
download | gnunet-gtk-9a771830b28dae6260dea00ab14977f91ea11d99.tar.gz gnunet-gtk-9a771830b28dae6260dea00ab14977f91ea11d99.zip |
add note as to why transport tests do not work nicely right now
-rw-r--r-- | src/setup/gnunet-setup-transport-test.c | 1 | ||||
-rw-r--r-- | 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, | |||
184 | struct TestContext *tc; | 184 | struct TestContext *tc; |
185 | GtkWidget *w; | 185 | GtkWidget *w; |
186 | 186 | ||
187 | GNUNET_break (0); // FIXME: launch NAT and RESOLVER service at least first! | ||
187 | tc = GNUNET_new (struct TestContext); | 188 | tc = GNUNET_new (struct TestContext); |
188 | tc->success_image = success_image; | 189 | tc->success_image = success_image; |
189 | tc->failure_image = failure_image; | 190 | 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) | |||
527 | int ret; | 527 | int ret; |
528 | 528 | ||
529 | if (GNUNET_OK == | 529 | if (GNUNET_OK == |
530 | GNUNET_GTK_main_loop_start ("gnunet-setup", "gnunet-setup", argc, argv, | 530 | GNUNET_GTK_main_loop_start ("gnunet-setup", |
531 | options, "gnunet_setup_main_window.glade", | 531 | "gnunet-setup", |
532 | argc, argv, | ||
533 | options, | ||
534 | "gnunet_setup_main_window.glade", | ||
532 | &run)) | 535 | &run)) |
533 | ret = gret; | 536 | ret = gret; |
534 | else | 537 | else |