File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 28
28
#include " AVInputMock.h"
29
29
30
30
#include " CompositeInputMock.h"
31
- #include " FactoriesImplementation.h"
31
+ // <pca> debug
32
+ // #include "FactoriesImplementation.h"
33
+ // </pca>
32
34
#include " HdmiInputMock.h"
33
35
#include " HostMock.h"
34
36
#include " IarmBusMock.h"
@@ -40,7 +42,7 @@ using namespace WPEFramework;
40
42
using ::testing::NiceMock;
41
43
42
44
class AVInputTest : public ::testing::Test {
43
-
45
+
44
46
public:
45
47
46
48
PLUGINHOST_DISPATCHER* dispatcher;
@@ -55,7 +57,9 @@ class AVInputTest : public ::testing::Test {
55
57
56
58
NiceMock<COMLinkMock> comLinkMock;
57
59
NiceMock<ServiceMock> service;
58
- NiceMock<FactoriesImplementation> factoriesImplementation;
60
+ // <pca>
61
+ // NiceMock<FactoriesImplementation> factoriesImplementation;
62
+ // </pca>
59
63
60
64
WrapsImplMock* p_wrapsImplMock = nullptr ;
61
65
ServiceMock* p_serviceMock = nullptr ;
@@ -95,7 +99,9 @@ class AVInputTest : public ::testing::Test {
95
99
96
100
Wraps::setImpl (p_wrapsImplMock);
97
101
98
- PluginHost::IFactories::Assign (&factoriesImplementation);
102
+ // <pca> debug
103
+ // PluginHost::IFactories::Assign(&factoriesImplementation);
104
+ // </pca>
99
105
100
106
dispatcher = static_cast <PLUGINHOST_DISPATCHER*>(plugin->QueryInterface (PLUGINHOST_DISPATCHER_ID));
101
107
dispatcher->Activate (&service);
You can’t perform that action at this time.
0 commit comments