File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ namespace Plugin {
61
61
62
62
void AVInputImplementation::InitializeIARM ()
63
63
{
64
- printf (" *** _DEBUG: AVInputImplementation::InitializeIARM: entry" )
64
+ printf (" *** _DEBUG: AVInputImplementation::InitializeIARM: entry" );
65
65
if (Utils::IARM::init ()) {
66
66
IARM_Result_t res;
67
67
IARM_CHECK (IARM_Bus_RegisterEventHandler (
Original file line number Diff line number Diff line change @@ -129,15 +129,9 @@ class AVInputTest : public ::testing::Test {
129
129
return &AVInputImpl;
130
130
}));
131
131
132
- TEST_LOG (" *** _DEBUG: AVInputTest Constructor: Mark 2" );
133
-
134
132
Core::IWorkerPool::Assign (&(*workerPool));
135
- TEST_LOG (" *** _DEBUG: AVInputTest Constructor: Mark 3" );
136
133
workerPool->Run ();
137
- TEST_LOG (" *** _DEBUG: AVInputTest Constructor: Mark 4" );
138
-
139
134
plugin->Initialize (&service);
140
- TEST_LOG (" *** _DEBUG: AVInputTest Constructor: Mark 5" );
141
135
}
142
136
143
137
virtual ~AVInputTest ()
You can’t perform that action at this time.
0 commit comments