X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=test%2Ftrio2.c;h=c59aa64be6d625363a092a7d66ea955221dbbe60;hb=92bae04187d9ecd7900b5a28154a2c046001a7f3;hp=dc57679e706c9ac1ceb8829bc37b0a3b661e87d9;hpb=9d23fe58052b3ef971305699a00ea6dbd1111744;p=meshlink-tiny diff --git a/test/trio2.c b/test/trio2.c index dc57679..c59aa64 100644 --- a/test/trio2.c +++ b/test/trio2.c @@ -12,7 +12,7 @@ #include #include -#include "meshlink.h" +#include "meshlink-tiny.h" #include "devtools.h" #include "utils.h" @@ -105,13 +105,6 @@ int main(void) { assert(wait_sync_flag(&bar_learned_baz, 5)); assert(wait_sync_flag(&baz_learned_bar, 5)); - // Check that the second and third node autoconnect to each other - - devtool_edge_t *edges = NULL; - size_t nedges = 0; - assert_after((edges = devtool_get_all_edges(mesh[1], edges, &nedges), nedges == 3), 15); - free(edges); - // Stop the nodes nodes for(int i = 0; i < 3; i++) {