@@ -300,27 +300,12 @@ TEST_F(AVInputDsTest, getEdid2AllmSupport)
300
300
EXPECT_EQ (response, string (" {\" allmSupport\" :true,\" success\" :true}" ));
301
301
}
302
302
303
- TEST_F (AVInputDsTest, getEdid2AllmSupport_ErrorCase)
304
- {
305
- // EXPECT_CALL(*p_hdmiInputImplMock, getEdid2AllmSupport(::testing::_, ::testing::_))
306
- // .WillOnce(testing::Throw(new device::Exception(-1, "Error")));
307
-
308
- EXPECT_EQ (Core::ERROR_GENERAL, handler.Invoke (connection, _T (" getEdid2AllmSupport" ), _T (" {\" portId\" : \" test\" }" ), response));
309
- EXPECT_EQ (response, string (" {\" success\" :false}" ));
310
- }
311
-
312
303
TEST_F (AVInputDsTest, setEdid2AllmSupport)
313
304
{
314
305
EXPECT_EQ (Core::ERROR_NONE, handler.Invoke (connection, _T (" setEdid2AllmSupport" ), _T (" {\" portId\" : \" 0\" ,\" allmSupport\" :true}" ), response));
315
306
EXPECT_EQ (response, string (" {\" success\" :true}" ));
316
307
}
317
308
318
- TEST_F (AVInputDsTest, setEdid2AllmSupport_ErrorCase)
319
- {
320
- EXPECT_EQ (Core::ERROR_GENERAL, handler.Invoke (connection, _T (" setEdid2AllmSupport" ), _T (" {\" portId\" : \" test\" ,\" allmSupport\" :true}" ), response));
321
- EXPECT_EQ (response, string (" " ));
322
- }
323
-
324
309
TEST_F (AVInputDsTest, getVRRSupport)
325
310
{
326
311
EXPECT_EQ (Core::ERROR_NONE, handler.Invoke (connection, _T (" getVRRSupport" ), _T (" {\" portId\" : \" 0\" ,\" vrrSupport\" :true}" ), response));
0 commit comments