[Seaside-dev] Failure: WADispatcherTest>>testPathConsumption

Julian Fitzell jfitzell at gmail.com
Fri Oct 2 08:24:56 UTC 2009


Hm... well it passed for me. #createRequest should be creating a
request with the appropriate path:

createRequest
	^ WARequest
		method: 'GET'
		uri: '/tweets/kentbeck'

Why are you seeing '/' as the path?

Julian

On Fri, Oct 2, 2009 at 1:42 AM, Michael Lucas-Smith
<mlucas-smith at cincom.com> wrote:
> Hi All,
>
> I've got one failure right now - WADispatcherTest>>testPathConsumption
> I can't quite see how this test could possibly work as it is. The
> requestContext is coming in as / and so naturally the response is notFound,
> instead of consuming 'tweets'.
>
> Does anyone know what this test is meant to be doing?
>
> Michael
> _______________________________________________
> seaside-dev mailing list
> seaside-dev at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
>


More information about the seaside-dev mailing list