mirror of
https://github.com/falk-werner/webfuse-provider
synced 2026-03-02 04:09:18 +00:00
removed single threaded test server
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
#include "webfuse/adapter/client.h"
|
||||
#include "webfuse/adapter/credentials.h"
|
||||
#include "webfuse/core/protocol_names.h"
|
||||
#include "webfuse/utils/threaded_ws_server.h"
|
||||
|
||||
using webfuse_test::ThreadedWsServer;
|
||||
@@ -94,8 +95,6 @@ void callback2(
|
||||
|
||||
TEST(client, general_usage)
|
||||
{
|
||||
ThreadedWsServer server(54321);
|
||||
|
||||
context ctx;
|
||||
ctx.state = connection_state::connecting;
|
||||
|
||||
@@ -112,7 +111,7 @@ TEST(client, general_usage)
|
||||
|
||||
TEST(client, connect)
|
||||
{
|
||||
ThreadedWsServer server;
|
||||
ThreadedWsServer server(WF_PROTOCOL_NAME_PROVIDER_SERVER);
|
||||
|
||||
context ctx;
|
||||
ctx.state = connection_state::connecting;
|
||||
|
||||
Reference in New Issue
Block a user