Skip to content

Commit 2491341

Browse files
committed
AVInput COM-RPC Support: WIP
1 parent ff5714a commit 2491341

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Tests/L1Tests/tests/test_AVInput.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ using namespace WPEFramework;
4040
using ::testing::NiceMock;
4141

4242
class AVInputTest : public ::testing::Test {
43-
protected:
43+
44+
public:
4445

4546
PLUGINHOST_DISPATCHER* dispatcher;
4647
Core::JSONRPC::Handler& handler;
@@ -80,8 +81,6 @@ class AVInputTest : public ::testing::Test {
8081
IARM_EventHandler_t dsAVVideoModeEventHandler;
8182
IARM_EventHandler_t dsAviContentTypeEventHandler;
8283

83-
public:
84-
8584
AVInputTest()
8685
: plugin(Core::ProxyType<Plugin::AVInput>::Create())
8786
, handler(*(plugin))

0 commit comments

Comments
 (0)