View | Details | Raw Unified | Return to bug 32693
Collapse All | Expand All

(-)a/t/db_dependent/www/history.t (-2 / +1 lines)
Lines 57-63 $agent->field( 'login_password', $password ); Link Here
57
$agent->field( 'login_userid',   $user );
57
$agent->field( 'login_userid',   $user );
58
$agent->field( 'branch',   '' );
58
$agent->field( 'branch',   '' );
59
$agent->click( '', 'Login to the intranet' );
59
$agent->click( '', 'Login to the intranet' );
60
$agent->get_ok( "$intranet/cgi-bin/koha/about.pl", 'Load the about page' );
60
$agent->get_ok( "$intranet/cgi-bin/koha/about.pl?tab=team", 'Load the about page' );
61
61
62
# Test about > timeline is correctly encoded
62
# Test about > timeline is correctly encoded
63
my $encoded_latin_name    = Encode::encode('UTF-8', 'Frédéric Demians');
63
my $encoded_latin_name    = Encode::encode('UTF-8', 'Frédéric Demians');
64
- 

Return to bug 32693