[Seaside-dev] WAPlatformTest>>testMessageSendProtocol

Philippe Marschall philippe.marschall at gmail.com
Wed Apr 22 05:25:13 UTC 2009


2009/4/22 Michael Lucas-Smith <mlucas-smith at cincom.com>:
> What does #argumentCount actually do?
> In the second half of this test, #argumentCount is sent to a message that
> has an expected 1 argument and actually has 1 argument ready to send.

Which means there are 0 free arguments so the #argumentCount should be
0 because you'll have to send #value and not #value:

Cheers
Philippe


More information about the seaside-dev mailing list