[Rt-commit] rt branch, 4.4/improve-create-custom-field-message, repushed

Maureen Mirville maureen at bestpractical.com
Wed Jun 6 17:24:25 EDT 2018


The branch 4.4/improve-create-custom-field-message was deleted and repushed:
       was 749855325718f923d11e6022607df368fda0b5da
       now b1cfaabdb27e9e46da45339bc7ec897d10ae573c

1: 1626a8aac = 1: 1626a8aac Update incorrect links in docs pod files
2: ec8f77c9b = 2: ec8f77c9b Fix timing sidechannel vulnerability in password checking
3: 712591b63 = 3: 712591b63 Add tests to show incorrect unset cf setting
4: a63929196 = 4: a63929196 Improve user interaction for too-large attachments
5: fd06ae88b = 5: fd06ae88b Add an option to treat attached email messages as normal file attachments
6: 79eb3e6d2 ! 6: b8a708b73 Improve message for adding/deleting a new custom field value
    @@ -32,16 +32,3 @@
              $added_cfv = 1 if $id;
      
     
    -diff --git a/t/web/cf_select_one.t b/t/web/cf_select_one.t
    ---- a/t/web/cf_select_one.t
    -+++ b/t/web/cf_select_one.t
    -@@
    -             },
    -             button => 'Update',
    -         );
    --        $m->content_contains('Object created', 'added a value to the CF' ); # or diag $m->content;
    -+        $m->content_contains('custom field value added', 'added a value to the CF' ); # or diag $m->content;
    -         my $v = $value;
    -         $v =~ s/^\s+$//;
    -         $v =~ s/\s+$//;
    -
7: 749855325 ! 7: b1cfaabdb Update tests for adding/deleting a new custom field value
    @@ -18,7 +18,7 @@
                  },
                  button => 'Update',
              );
    --        $m->content_contains('custom field value added', 'added a value to the CF' ); # or diag $m->content;
    +-        $m->content_contains('Object created', 'added a value to the CF' ); # or diag $m->content;
     +        $m->content_contains("Custom field value $value added", 'added a value to the CF' ); # or diag $m->content;
              my $v = $value;
              $v =~ s/^\s+$//;



More information about the rt-commit mailing list