summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2019-12-27 19:35:06 -0800
committerGarrett D'Amore <garrett@damore.org>2019-12-27 19:35:06 -0800
commit042a3732e86d119b7d8a2611a8962752345c3a94 (patch)
tree4b4352342d4d5202895c1756162d19790b2b859f /tests
parent82b61f35dbd5fd7c797ea2fc5b25dc86e5c635e6 (diff)
downloadnng-042a3732e86d119b7d8a2611a8962752345c3a94.tar.gz
nng-042a3732e86d119b7d8a2611a8962752345c3a94.tar.bz2
nng-042a3732e86d119b7d8a2611a8962752345c3a94.zip
We always have NNG_TRANSPORT_WS configured for testing.
Diffstat (limited to 'tests')
-rw-r--r--tests/trantest.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/trantest.h b/tests/trantest.h
index 09b40049..ad493fdb 100644
--- a/tests/trantest.h
+++ b/tests/trantest.h
@@ -58,9 +58,6 @@ extern void trantest_test_all(const char *addr);
#ifndef NNG_TRANSPORT_ZEROTIER
#define nng_zt_register notransport
#endif
-#ifndef NNG_TRANSPORT_WS
-#define nng_ws_register notransport
-#endif
#ifndef NNG_TRANSPORT_WSS
#define nng_wss_register notransport
#endif
@@ -79,9 +76,6 @@ notransport(void)
void
trantest_checktran(const char *url)
{
-#ifndef NNG_TRANSPORT_WS
- CHKTRAN(url, "ws:");
-#endif
#ifndef NNG_TRANSPORT_WSS
CHKTRAN(url, "wss:");
#endif