Skip to content

Commit 13eb51a

Browse files
update to cpputest-for-qpc v1.3.0
1 parent 58afe24 commit 13eb51a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/hwLockCtrlService/test/hwLockCtrlServiceTests.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#include "cmsTestPublishedEventRecorder.hpp"
3333
#include "hwLockCtrlSelfTestEvent.h"
3434
#include "bspTicks.h"
35-
#include "qassertMockSupport.hpp"
35+
#include "cmsQAssertMockSupport.hpp"
3636
#include "pingPongEvents.h"
3737
#include "cmsDummyActiveObject.hpp"
3838

@@ -411,8 +411,8 @@ TEST(HwLockCtrlServiceTests, the_service_responds_to_a_ping_with_a_pong)
411411

412412
// this test demonstrates testing an AO that must respond directly
413413
// to an event with a POST directly to an external requesting AO.
414-
auto dummy = std::unique_ptr<cms::DefaultDummyActiveObject>(
415-
new cms::DefaultDummyActiveObject(cms::DefaultDummyActiveObject::EventBehavior::RECORDER));
414+
auto dummy = std::unique_ptr<DefaultDummyActiveObject>(
415+
new DefaultDummyActiveObject(DefaultDummyActiveObject::EventBehavior::RECORDER));
416416

417417
// Reminder: QF requires that each AO be at a unique priority level
418418
// hence the '- 1' below.

0 commit comments

Comments
 (0)