File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ using namespace mqtt;
36
36
// NOTE: This test case requires network access. It uses one of
37
37
// the public available MQTT brokers
38
38
#if defined(TEST_EXTERNAL_SERVER)
39
- static const std::string GOOD_SERVER_URI{" tcp://mqtt.eclipse.org:1883" };
39
+ static const std::string GOOD_SERVER_URI{" tcp://mqtt.eclipseprojects.io:1883" };
40
+ static const std::string GOOD_SSL_SERVER_URI{" ssl://mqtt.eclipseprojects.io:1885" };
40
41
#else
41
42
static const std::string GOOD_SERVER_URI{" tcp://localhost:1883" };
42
43
static const std::string GOOD_SSL_SERVER_URI{" ssl://localhost:18885" };
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ class async_client_v3_test : public CppUnit::TestFixture
98
98
// NOTE: This test case requires network access. It uses one of
99
99
// the public available MQTT brokers
100
100
#if defined(TEST_EXTERNAL_SERVER)
101
- const std::string GOOD_SERVER_URI{" tcp://mqtt.eclipse.org :1883" };
101
+ const std::string GOOD_SERVER_URI{" tcp://mqtt.eclipseprojects.io :1883" };
102
102
#else
103
103
const std::string GOOD_SERVER_URI{" tcp://localhost:1883" };
104
104
const std::string GOOD_SSL_SERVER_URI{" ssl://localhost:18885" };
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ using namespace mqtt;
40
40
// NOTE: This test case requires network access. It uses one of
41
41
// the public available MQTT brokers
42
42
#if defined(TEST_EXTERNAL_SERVER)
43
- static const std::string GOOD_SERVER_URI{" tcp://mqtt.eclipse.org :1883" };
43
+ static const std::string GOOD_SERVER_URI{" tcp://mqtt.eclipseprojects.io :1883" };
44
44
#else
45
45
static const std::string GOOD_SERVER_URI{" tcp://localhost:1883" };
46
46
#endif
You can’t perform that action at this time.
0 commit comments