summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPekka Vuorela <pvuorela@iki.fi>2025-12-02 18:40:46 +0200
committerPekka Vuorela <pvuorela@iki.fi>2025-12-04 08:37:37 +0200
commit9da97137adaef6ec6991bd5b227440f77a314210 (patch)
tree552762b6f61ab6e16f43e40a5079eeb662d210ea /tests
parent2c95c3e435f5379e4a3f1447d88a2e55aa6c718f (diff)
Avoid some more qtopia references
Change-Id: I36c493538d5c8b167e9bddf1979916773fc5f895 Reviewed-by: Damien Caliste <dcaliste@free.fr> Reviewed-by: Pekka Vuorela <pvuorela@iki.fi>
Diffstat (limited to 'tests')
-rw-r--r--tests/tst_qmailmessageheader/tst_qmailmessageheader.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tst_qmailmessageheader/tst_qmailmessageheader.cpp b/tests/tst_qmailmessageheader/tst_qmailmessageheader.cpp
index c6950678..4caaf495 100644
--- a/tests/tst_qmailmessageheader/tst_qmailmessageheader.cpp
+++ b/tests/tst_qmailmessageheader/tst_qmailmessageheader.cpp
@@ -1162,10 +1162,10 @@ void tst_QMailMessageHeaderField::output_data()
QTest::newRow("Unbreakable token after breakable whitespace")
<< QByteArray("Content-Disposition")
- << QByteArray("attachment; filename=/home/a_user_with_a_long_username/qtopia/home/Documents/channell1.jpg")
+ << QByteArray("attachment; filename=/home/a_user_with_a_long_username/qmf/home/Documents/channell1.jpg")
<< QByteArray(
"Content-Disposition: attachment;" CRLF
-" filename=/home/a_user_with_a_long_username/qtopia/home/Documents/channell1.jpg" CRLF
+" filename=/home/a_user_with_a_long_username/qmf/home/Documents/channell1.jpg" CRLF
" " CRLF);
}