summaryrefslogtreecommitdiffstats
path: root/tests/querytest.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-07-27 17:15:01 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-07-27 17:15:01 +0200
commitce1042b397a11649ccc87293ef765fb3969e7799 (patch)
tree64907469f59c24fdd840e89e3d4cc78e3463bf2a /tests/querytest.cpp
parent59dac4b4a0ed6525b705c44b929ffe131abdaad0 (diff)
downloadsink-ce1042b397a11649ccc87293ef765fb3969e7799.tar.gz
sink-ce1042b397a11649ccc87293ef765fb3969e7799.zip
Debug messages and a higher limit for queries
Diffstat (limited to 'tests/querytest.cpp')
-rw-r--r--tests/querytest.cpp3
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");