diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/querytest.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/querytest.cpp b/tests/querytest.cpp index ea3d8c6..8d60930 100644 --- a/tests/querytest.cpp +++ b/tests/querytest.cpp | |||
@@ -1520,12 +1520,11 @@ private slots: | |||
1520 | { | 1520 | { |
1521 | auto msg = KMime::Message::Ptr::create(); | 1521 | auto msg = KMime::Message::Ptr::create(); |
1522 | msg->subject()->from7BitString("Subject To Search"); | 1522 | msg->subject()->from7BitString("Subject To Search"); |
1523 | msg->setBody("This is the searchable body bar."); | 1523 | msg->setBody("This is the searchable body bar. unique sender2"); |
1524 | msg->from()->from7BitString("\"The Sender\"<sender@example.org>"); | 1524 | msg->from()->from7BitString("\"The Sender\"<sender@example.org>"); |
1525 | msg->to()->from7BitString("\"Foo Bar\"<foo-bar@example.org>"); | 1525 | msg->to()->from7BitString("\"Foo Bar\"<foo-bar@example.org>"); |
1526 | msg->assemble(); | 1526 | msg->assemble(); |
1527 | 1527 | ||
1528 | // Mail mail("sink.dummy.instance1"); | ||
1529 | auto mail = ApplicationDomainType::createEntity<Mail>("sink.dummy.instance1"); | 1528 | auto mail = ApplicationDomainType::createEntity<Mail>("sink.dummy.instance1"); |
1530 | mail.setExtractedMessageId("test1"); | 1529 | mail.setExtractedMessageId("test1"); |
1531 | mail.setFolder("folder1"); | 1530 | mail.setFolder("folder1"); |