[Rt-commit] rt branch, 5.0/support-gpg2, updated. rt-5.0.0alpha1-24-g66c9253acc
Aaron Trevena
ast at bestpractical.com
Fri May 8 11:20:58 EDT 2020
The branch, 5.0/support-gpg2 has been updated
via 66c9253acc239e6376daad4dcf661563a5ae5f39 (commit)
from 98ae37c1472f70665410f4cae2e195bc22e91681 (commit)
Summary of changes:
t/security/CVE-2011-5092-prefs.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 66c9253acc239e6376daad4dcf661563a5ae5f39
Author: Aaron Trevena <ast at bestpractical.com>
Date: Fri May 8 16:19:08 2020 +0100
fixes for crypto tests for GnuPG 2.2
diff --git a/t/security/CVE-2011-5092-prefs.t b/t/security/CVE-2011-5092-prefs.t
index 347de7bfce..828ca546c0 100644
--- a/t/security/CVE-2011-5092-prefs.t
+++ b/t/security/CVE-2011-5092-prefs.t
@@ -64,7 +64,7 @@ $m->login('ausername');
ok $ticket->id, 'created ticket';
$m->get_ok($base . "/Ticket/Display.html?id=" . $ticket->id);
$m->content_lacks('NotMobile', "lacks NotMobile");
- $m->next_warning_like(qr/UsernameFormat/, 'caught UsernameFormat warning');
+ $m->warnings_exist(qr/UsernameFormat/, 'caught UsernameFormat warning');
}
{
-----------------------------------------------------------------------
More information about the rt-commit
mailing list