* Jim Fulton <[email protected]> [2009-06-09 11:29]: > On Jun 9, 2009, at 9:45 AM, Wolfgang Schnerring wrote: >> I've stumbled over this by accident, but it seems that >> getPositionalArguments() in zope.publisher.base.BaseRequest >> always returns an empty value (at least, there are no tests in which >> it has a non-empty value), > > Wrong on both counts, although the relevant tests, of xmlrpc handling, are > spread over multiple packages, so finding relevant tests is rather hard, > especially if you don't know that it's related to xml-rpc. :(
Also, the test_xmlrpcrequest in zope.publisher does not use getPositionalArguments but rather checks _args directly. (I've just updated that to make it a little more clear) Thanks for the heads-up, Wolfgang _______________________________________________ Zope-Dev maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
