Skip to content

Commit 3f828ee

Browse files
update to v1.3.0 of cpputest-for-qpcpp
1 parent 41fcebb commit 3f828ee

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.hpp"
3434
#include "bspTicks.hpp"
35-
#include "qassertMockSupport.hpp"
35+
#include "cmsQAssertMockSupport.hpp"
3636
#include "pingPongEvents.hpp"
3737
#include "cmsDummyActiveObject.hpp"
3838

@@ -341,8 +341,8 @@ TEST(HwLockCtrlServiceTests, the_service_responds_to_a_ping_with_a_pong)
341341

342342
Pong pongEvent(0);
343343

344-
auto dummy = std::unique_ptr<cms::DefaultDummyActiveObject>(
345-
new cms::DefaultDummyActiveObject());
344+
auto dummy = std::unique_ptr<cms::test::DefaultDummyActiveObject>(
345+
new cms::test::DefaultDummyActiveObject());
346346
dummy->SetPostedEventHandler([&pongEvent](const QP::QEvt* event) {
347347
auto p = static_cast<const Pong*>(event);
348348
pongEvent.sig = p->sig;

0 commit comments

Comments
 (0)