Skip to content

Commit 88536b7

Browse files
committed
AVInput COM-RPC Support: WIP
1 parent 2c49dc8 commit 88536b7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Tests/L1Tests/tests/test_AVInput.cpp

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -314,13 +314,7 @@ TEST_F(AVInputDsTest, getVRRSupport)
314314
});
315315

316316
EXPECT_EQ(Core::ERROR_NONE, handler.Invoke(connection, _T("getVRRSupport"), _T("{\"portId\": \"0\"}"), response));
317-
EXPECT_EQ(response, string("{\"vrrSupport\":true,\"success\":true}"));
318-
}
319-
320-
TEST_F(AVInputDsTest, getVRRSupport_ErrorCase)
321-
{
322-
EXPECT_EQ(Core::ERROR_GENERAL, handler.Invoke(connection, _T("getVRRSupport"), _T("{\"portId\": \"test\",\"vrrSupport\":true}"), response));
323-
EXPECT_EQ(response, string(""));
317+
EXPECT_EQ(response, string("true"));
324318
}
325319

326320
TEST_F(AVInputDsTest, setVRRSupport)

0 commit comments

Comments
 (0)