]> gitweb.michael.orlitzky.com - mailshears.git/commitdiff
Fix expected test output for AgendavMv.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 5 Mar 2017 02:46:44 +0000 (21:46 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 5 Mar 2017 02:46:44 +0000 (21:46 -0500)
test/test_mv.rb

index 968782b5548e92c110c1d6063cf9cb64ea3a79a9..a409304b27ae44ae7f8ef07339d12feb517938d8 100644 (file)
@@ -27,7 +27,8 @@ class TestMv < MailshearsTest
     actual = output_buffer.string()
 
     expected =
     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 " +
       "DavicalMv - Moved user alice@example.com (Principal ID: 1) " +
         "to alice@example.net (Principal ID: 1).\n" +
       "DovecotMv - Moved user alice@example.com " +