From 9ebf1b2d2cc4bb850cc152168c08a1bb9e3e8ddb Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 27 Apr 2025 11:44:42 -0700 Subject: Tests: remove the legacy wss transport test and framework support for Convey transport tests This has been needed for some time; the convey framework is not reliable or debuggable, and will ultimately be removed. Only the http client test remains using it. --- src/core/list_test.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/core') diff --git a/src/core/list_test.c b/src/core/list_test.c index e121e4c5..ec56cd93 100644 --- a/src/core/list_test.c +++ b/src/core/list_test.c @@ -8,7 +8,6 @@ // #include "nng_impl.h" -#include "stubs.h" #include typedef struct { @@ -116,8 +115,8 @@ test_list_two_items(void) } NUTS_TESTS = { - { "list empty", test_list_init_empty }, - { "list add one", test_list_add_item }, - { "list add two", test_list_two_items }, - { NULL, NULL }, -}; \ No newline at end of file + { "list empty", test_list_init_empty }, + { "list add one", test_list_add_item }, + { "list add two", test_list_two_items }, + { NULL, NULL }, +}; -- cgit v1.2.3-70-g09d2