[Rt-commit] [rtir] 01/01: New working from 4.2-trunk
Kevin Falcone
falcone at bestpractical.com
Wed Aug 6 13:41:34 EDT 2014
This is an automated email from the git hooks/post-receive script.
falcone pushed a commit to branch master
in repository rtir.
commit 2746b60893b51e4efcae2e1c0c25c3e55a4d0626
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Wed Aug 6 13:40:21 2014 -0400
New working from 4.2-trunk
When 4.2/different-result-msg-for-comment-reply was merged in 1a35a59f
tests that looked for the old working Message Recorded broke.
---
t/gnupg/on-update.t | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/t/gnupg/on-update.t b/t/gnupg/on-update.t
index e6a1b33..9ba942b 100644
--- a/t/gnupg/on-update.t
+++ b/t/gnupg/on-update.t
@@ -218,7 +218,7 @@ diag "check that key selector works and we can select trusted key";
$agent->select( 'UseKey-rt-test at example.com' => $fpr1 );
$agent->click('SubmitTicket');
- $agent->content_like( qr/Message recorded/i, 'ticket updated' );
+ $agent->content_like( qr/Correspondence added/i, 'ticket updated' );
my @mail = RT::Test->fetch_caught_mails;
ok @mail, 'there are some emails';
@@ -252,7 +252,7 @@ diag "check encrypting of attachments";
$agent->select( 'UseKey-rt-test at example.com' => $fpr1 );
$agent->click('SubmitTicket');
- $agent->content_like( qr/Message recorded/i, 'ticket updated' );
+ $agent->content_like( qr/Correspondence added/i, 'ticket updated' );
my @mail = RT::Test->fetch_caught_mails;
ok @mail, 'there are some emails';
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the rt-commit
mailing list