diff options
Diffstat (limited to 'tests/domainadaptortest.cpp')
-rw-r--r-- | tests/domainadaptortest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/domainadaptortest.cpp b/tests/domainadaptortest.cpp index 2b7455a..df44819 100644 --- a/tests/domainadaptortest.cpp +++ b/tests/domainadaptortest.cpp | |||
@@ -47,7 +47,7 @@ private slots: | |||
47 | 47 | ||
48 | void testCreateBufferPart() | 48 | void testCreateBufferPart() |
49 | { | 49 | { |
50 | auto writeMapper = QSharedPointer<WritePropertyMapper>::create(); | 50 | auto writeMapper = QSharedPointer<PropertyMapper>::create(); |
51 | Sink::ApplicationDomain::TypeImplementation<Sink::ApplicationDomain::Event>::configure(*writeMapper); | 51 | Sink::ApplicationDomain::TypeImplementation<Sink::ApplicationDomain::Event>::configure(*writeMapper); |
52 | 52 | ||
53 | Sink::ApplicationDomain::Event event; | 53 | Sink::ApplicationDomain::Event event; |
@@ -100,7 +100,7 @@ private slots: | |||
100 | 100 | ||
101 | void testMail() | 101 | void testMail() |
102 | { | 102 | { |
103 | auto writeMapper = QSharedPointer<WritePropertyMapper>::create(); | 103 | auto writeMapper = QSharedPointer<PropertyMapper>::create(); |
104 | Sink::ApplicationDomain::TypeImplementation<Sink::ApplicationDomain::Mail>::configure(*writeMapper); | 104 | Sink::ApplicationDomain::TypeImplementation<Sink::ApplicationDomain::Mail>::configure(*writeMapper); |
105 | 105 | ||
106 | Sink::ApplicationDomain::Mail mail; | 106 | Sink::ApplicationDomain::Mail mail; |