Skip to content

Commit

Permalink
Merge branch 'release/xumo_3' of github.com:gururaajar/rdkservices in…
Browse files Browse the repository at this point in the history
…to release/xumo_3
  • Loading branch information
Gururaaja E S R authored and Gururaaja E S R committed May 16, 2024
2 parents 84a7480 + df3a245 commit 4cbe133
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Tests/L1Tests/tests/test_Network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1318,14 +1318,6 @@ TEST_F(NetworkInitializedEventTest, onConnectionStatusChanged)
EXPECT_EQ(text, string(_T("{\"jsonrpc\":\"2.0\",\"method\":\"org.rdk.Network.onConnectionStatusChanged\",\"params\":{\"interface\":\"ETHERNET\",\"status\":\"CONNECTED\"}}")));
return Core::ERROR_NONE;
}))
.WillOnce(::testing::Invoke(
[&](const uint32_t, const Core::ProxyType<Core::JSON::IElement>& json) {
string text;
EXPECT_TRUE(json->ToString(text));
EXPECT_EQ(text, string(_T("{\"jsonrpc\":\"2.0\",\"method\":\"org.rdk.Network.onInternetStatusChange\",\"params\":{\"state\":0,\"status\":\"NO_INTERNET\"}}")));
onInternetStatusChange.SetEvent();
return Core::ERROR_NONE;
}));

IARM_BUS_NetSrvMgr_Iface_EventInterfaceConnectionStatus_t intData;
intData.status = 1;
Expand Down

0 comments on commit 4cbe133

Please sign in to comment.