[Rt-commit] rt branch, 4.4/admin-gpg-keys, repushed

? sunnavy sunnavy at bestpractical.com
Mon Mar 29 14:53:31 EDT 2021


The branch 4.4/admin-gpg-keys was deleted and repushed:
       was ee10b93d1c2e0c2ad8ed863db71c9c10f270b36d
       now 8f85a19545202aafdf16a139547e739519b2c7c2

1: adc32d800a ! 1: 1315912cc2 Add admin page to manage GnuPG keys
    @@ -95,7 +95,7 @@
     +%#
     +%# COPYRIGHT:
     +%#
    -+%# This software is Copyright (c) 1996-2018 Best Practical Solutions, LLC
    ++%# This software is Copyright (c) 1996-2019 Best Practical Solutions, LLC
     +%#                                          <sales at bestpractical.com>
     +%#
     +%# (Except where explicitly superseded by other copyright notices)
2: ee10b93d1c ! 2: 8f85a19545 Test admin page of "Manage GnuPG Keys"
    @@ -10,7 +10,7 @@
     +use strict;
     +use warnings;
     +
    -+use RT::Test::GnuPG tests => undef;
    ++use RT::Test::Crypt GnuPG => 1, undef => undef;
     +
     +my ( $url, $m ) = RT::Test->started_ok;
     +ok( $m->login, 'logged in' );
    @@ -31,8 +31,7 @@
     +);
     +
     +$m->text_contains('public key "Test User <recipient at example.com>" imported');
    -+$m->text_contains('Test User <recipient at example.com> (93EB9DE7)');
    -+$m->text_contains('Test User <recipient at example.com> (93EB9DE7)');
    ++$m->text_contains('Test User <recipient at example.com> (7232A3C60F796865796370A54855ED8893EB9DE7)');
     +$m->text_lacks('No public keys found');
     +$m->text_contains('No private keys found');
     +$m->content_contains( '<td>Not set</td>', 'Default trust level' );
    @@ -62,7 +61,7 @@
     +
     +$m->text_contains('public key "RT Test the same <rt-test at example.com>" imported');
     +$m->text_contains('secret key imported');
    -+$m->text_contains('RT Test the same <rt-test at example.com> (A831DBFB)');
    ++$m->text_contains('RT Test the same <rt-test at example.com> (4CFD3F7DCD464852DB980F26C798591AA831DBFB)');
     +
     +$m->text_lacks('No public keys found');
     +$m->text_lacks('No private keys found');



More information about the rt-commit mailing list