[Apache-dispatch-devel] SF.net SVN: apache-dispatch: [16] trunk/t/plain.t
Brought to you by:
geoffrey_young,
phred_moyer
|
From: <phr...@us...> - 2006-04-18 02:38:00
|
Revision: 16 Author: phred_moyer Date: 2006-04-17 19:37:54 -0700 (Mon, 17 Apr 2006) ViewCVS: http://svn.sourceforge.net/apache-dispatch/?rev=16&view=rev Log Message: ----------- Fixup test to use method matching method. Modified Paths: -------------- trunk/t/plain.t Modified: trunk/t/plain.t =================================================================== --- trunk/t/plain.t 2006-04-18 02:19:52 UTC (rev 15) +++ trunk/t/plain.t 2006-04-18 02:37:54 UTC (rev 16) @@ -6,6 +6,6 @@ plan tests => 1, \&have_lwp; -my $url = '/plain/Bar/good'; +my $url = '/plain/Bar/baz'; ok GET_OK $url; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |