committed by
Michael Stapelberg
parent
b235c469c1
commit
04c58c7325
@ -65,7 +65,8 @@ $first = open_window;
|
||||
|
||||
@content = @{get_ws_content($tmp)};
|
||||
ok(@content == 1, 'one container opened');
|
||||
is($content[0]->{border}, '1pixel', 'border normal by default');
|
||||
is($content[0]->{border}, 'pixel', 'border pixel by default');
|
||||
is($content[0]->{current_border_width}, -1, 'border width pixels -1 (default)');
|
||||
|
||||
exit_gracefully($pid);
|
||||
|
||||
@ -119,7 +120,7 @@ $wscontent = get_ws($tmp);
|
||||
@floating = @{$wscontent->{floating_nodes}};
|
||||
ok(@floating == 1, 'one floating container opened');
|
||||
$floatingcon = $floating[0];
|
||||
is($floatingcon->{nodes}->[0]->{border}, '1pixel', 'border normal by default');
|
||||
is($floatingcon->{nodes}->[0]->{border}, 'pixel', 'border pixel by default');
|
||||
|
||||
exit_gracefully($pid);
|
||||
|
||||
|
Reference in New Issue
Block a user