From ce1042b397a11649ccc87293ef765fb3969e7799 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 27 Jul 2018 17:15:01 +0200 Subject: Debug messages and a higher limit for queries --- tests/querytest.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests') 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: { auto msg = KMime::Message::Ptr::create(); msg->subject()->from7BitString("Subject To Search"); - msg->setBody("This is the searchable body bar."); + msg->setBody("This is the searchable body bar. unique sender2"); msg->from()->from7BitString("\"The Sender\""); msg->to()->from7BitString("\"Foo Bar\""); msg->assemble(); - // Mail mail("sink.dummy.instance1"); auto mail = ApplicationDomainType::createEntity("sink.dummy.instance1"); mail.setExtractedMessageId("test1"); mail.setFolder("folder1"); -- cgit v1.2.3