test default www_view with unhandled fragment

This commit is contained in:
Doug Bell 2010-07-28 14:58:04 -05:00 committed by Colin Kuskie
parent b77f98ed6a
commit b5e1db8ff9

View file

@ -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