X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=test%2Ftest_mv.rb;h=a409304b27ae44ae7f8ef07339d12feb517938d8;hp=968782b5548e92c110c1d6063cf9cb64ea3a79a9;hb=fa7782720ff15fce29b6f875678e9fd0c197485a;hpb=ea30b6a9eba0741c16f5fa434925011f8a7a237f diff --git a/test/test_mv.rb b/test/test_mv.rb index 968782b..a409304 100644 --- a/test/test_mv.rb +++ b/test/test_mv.rb @@ -27,7 +27,8 @@ class TestMv < MailshearsTest actual = output_buffer.string() expected = - "AgendavMv - Source user alice@example.com not found.\n" + + "AgendavMv - Moved user alice@example.com (User not found) " + + "to alice@example.net (User not found).\n" + "DavicalMv - Moved user alice@example.com (Principal ID: 1) " + "to alice@example.net (Principal ID: 1).\n" + "DovecotMv - Moved user alice@example.com " +