diff --git a/tests/Application.Routers/Route.utf8Param.phpt b/tests/Application.Routers/Route.utf8Param.phpt index fdf55fc26..3d38f60fa 100644 --- a/tests/Application.Routers/Route.utf8Param.phpt +++ b/tests/Application.Routers/Route.utf8Param.phpt @@ -22,6 +22,9 @@ testRouteIn($route, '/č', 'Default', array( 'test' => 'testvalue', ), '/%C4%8D?test=testvalue'); -testRouteIn($route, '/%C4%8D'); +testRouteIn($route, '/%C4%8D', 'Default', array( + 'param' => 'č', + 'test' => 'testvalue', +), '/%C4%8D?test=testvalue'); testRouteIn($route, '/');