From 533c9243bede053f4ea7e1f20de13e72c2b939b8 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sun, 13 Sep 2026 20:17:43 +0200 Subject: refactor: rename the origin tag to moved-from: with overwrite semantics --- tests/test_tagdialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test_tagdialog.cpp') diff --git a/tests/test_tagdialog.cpp b/tests/test_tagdialog.cpp index 9b12109..93a7229 100644 --- a/tests/test_tagdialog.cpp +++ b/tests/test_tagdialog.cpp @@ -176,14 +176,14 @@ void TestTagDialog::aTagWithASpaceCanStillBeRemoved() // they can see and cannot get rid of. // // Reached by a real Maildir: a folder named "Inbox/SlackBuilds users" - // produced `deleted-from:Inbox/SlackBuilds users`, and the one dialog that + // produced `moved-from:Inbox/SlackBuilds users`, and the one dialog that // could have cleared it refused the only text that names it. // // Only the TYPED route was blocked. Unchecking appends to the removal list // after validation has run, so it worked throughout; that asymmetry is why // both routes are asserted here rather than just the one that failed. const QString spaced = - QStringLiteral("deleted-from:Inbox/SlackBuilds users"); + QStringLiteral("moved-from:Inbox/SlackBuilds users"); QHash current; current.insert(spaced, 1); -- cgit v1.2.3