X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=testcases%2Ft%2F166-assign.t;h=6af13fa566eccb4ae7e658b41f99f07845f22a56;hb=71ccb4bef2850bd5beab8a4ef4669bf53b5a9781;hp=a06bb59d75067248a7ba406b7d1a6748135fd097;hpb=d660c4bcffeb56d8a967bf9de747b8fafa691445;p=i3%2Fi3 diff --git a/testcases/t/166-assign.t b/testcases/t/166-assign.t index a06bb59d..6af13fa5 100644 --- a/testcases/t/166-assign.t +++ b/testcases/t/166-assign.t @@ -86,7 +86,7 @@ $window->destroy; $config = <destroy; exit_gracefully($pid); -##################################################################### -# make sure that assignments are case-insensitive in the old syntax. -##################################################################### - -$config = < 'SPEcial'); -wait_for_map $window; - -$content = get_ws($tmp); -ok(@{$content->{nodes}} == 0, 'no tiling cons'); -ok(@{$content->{floating_nodes}} == 1, 'one floating con'); - -$window->destroy; - -exit_gracefully($pid); - ##################################################################### # regression test: dock clients with floating assignments should not crash # (instead, nothing should happen - dock clients can’t float)