On Sun, Oct 01, 2006 at 09:32:48PM +0000, Bastiaan Jacques wrote:

> +     URL u17("/test?.swf");
> +     check_equals (u17.protocol() , "file" );
> +     check_equals (u17.hostname() , "" );
> +     check_equals (u17.path() , "/test?.swf" );
> +     check_equals (u17.str() , "file:///test?.swf" );
> +     check_equals (u17.querystring() , "" );

What's the rationale beyond this ?
Shoudln't path() be "/test" and querystring() == ".swf" instead ?
--strk;


_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to