Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0500155

Browse files
authored
Merge pull request#549 from lalten/test-external-server
Update TEST_EXTERNAL_SERVER urls
2 parentsef2f64c +917bf7e commit0500155

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

‎test/unit/test_async_client.cpp‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ using namespace mqtt;
3636
// NOTE: This test case requires network access. It uses one of
3737
// the public available MQTT brokers
3838
#if defined(TEST_EXTERNAL_SERVER)
39-
staticconst std::string GOOD_SERVER_URI{"tcp://mqtt.eclipse.org:1883"};
39+
staticconst std::string GOOD_SERVER_URI{"tcp://mqtt.eclipseprojects.io:1883"};
40+
staticconst std::string GOOD_SSL_SERVER_URI{"ssl://mqtt.eclipseprojects.io:1885"};
4041
#else
4142
staticconst std::string GOOD_SERVER_URI{"tcp://localhost:1883"};
4243
staticconst std::string GOOD_SSL_SERVER_URI{"ssl://localhost:18885"};

‎test/unit/test_async_client_v3.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class async_client_v3_test : public CppUnit::TestFixture
9898
// NOTE: This test case requires network access. It uses one of
9999
// the public available MQTT brokers
100100
#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"};
102102
#else
103103
const std::string GOOD_SERVER_URI{"tcp://localhost:1883"};
104104
const std::string GOOD_SSL_SERVER_URI{"ssl://localhost:18885"};

‎test/unit/test_client.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ using namespace mqtt;
4040
// NOTE: This test case requires network access. It uses one of
4141
// the public available MQTT brokers
4242
#if defined(TEST_EXTERNAL_SERVER)
43-
staticconst std::string GOOD_SERVER_URI{"tcp://mqtt.eclipse.org:1883"};
43+
staticconst std::string GOOD_SERVER_URI{"tcp://mqtt.eclipseprojects.io:1883"};
4444
#else
4545
staticconst std::string GOOD_SERVER_URI{"tcp://localhost:1883"};
4646
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp