X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=test%2Fblackbox%2Frun_blackbox_tests%2Ftest_cases_submesh02.c;h=9f21850acd5a53d156a3addc363617fc2e6e71d4;hb=a5df8a6eac570fc0f3b10cfcdeb9ccccc8dd1ac1;hp=4a59e23f6959813187dcabe0ea93737b123b63d3;hpb=cdb3dada645394bb1e0d0bf7816291fbd9a2a4a0;p=meshlink diff --git a/test/blackbox/run_blackbox_tests/test_cases_submesh02.c b/test/blackbox/run_blackbox_tests/test_cases_submesh02.c index 4a59e23f..9f21850a 100644 --- a/test/blackbox/run_blackbox_tests/test_cases_submesh02.c +++ b/test/blackbox/run_blackbox_tests/test_cases_submesh02.c @@ -16,6 +16,11 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ + +#ifdef NDEBUG +#undef NDEBUG +#endif + #include #include #include @@ -129,7 +134,7 @@ static void test_case_submesh_02(void **state) { 2. Generate invites to app1node1, app2node1, corenode2, app1node2 and app2node2 from corenode1 to join corenode1. 3. After Join is successful start channels from all nodes and exchange data on channels - 4. Try to fetch the list of all nodes and check if the nodes in other submesh doesnot + 4. Try to fetch the list of all nodes and check if the nodes in other submesh does not appear in the list. 5. Try fetch all the nodes with a submesh handle and check only if both the nodes joining the submesh are present.