test default www_view with unhandled fragment
This commit is contained in:
parent
b77f98ed6a
commit
b5e1db8ff9
1 changed files with 3 additions and 0 deletions
|
|
@ -81,4 +81,7 @@ is( $td->dispatch( '/foo' ), "bar", "overridden dispatch trumps ?func= query par
|
|||
# Test func= can only be run on the exact asset we requested
|
||||
isnt( $td->dispatch( '/bar' ), "www_edit", "?func= dispatch cancelled because of unhandled fragment" );
|
||||
|
||||
$session->request->setup_body( { } );
|
||||
isnt( $td->dispatch( '/bar' ), "www_view", "?func= dispatch cancelled because of unhandled fragment" );
|
||||
|
||||
#vim:ft=perl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue