Skip to content

Commit 6a72d4a

Browse files
committed
AVInput COM-RPC Support: Unit tests: Fixed mocking
1 parent cd176c0 commit 6a72d4a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Tests/L1Tests/tests/test_AVInput.cpp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -314,12 +314,9 @@ class AVInputInit : public AVInputDsTest {
314314
}
315315
};
316316

317-
// <pca> debug
318-
//TEST_F(AVInputTest, RegisteredMethods)
319-
TEST_F(AVInputInit, RegisteredMethods)
320-
// </pca>
317+
TEST_F(AVInputTest, RegisteredMethods)
321318
{
322-
TEST_LOG("*** _DEBUG: TEST_F(AVInputInit, RegisteredMethods): entry");
319+
TEST_LOG("*** _DEBUG: TEST_F(AVInputTest, RegisteredMethods): entry");
323320
EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("numberOfInputs")));
324321
EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("currentVideoMode")));
325322
EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("contentProtected")));

0 commit comments

Comments
 (0)