On Sat, Feb 21, 2009 at 2:07 AM, Jorge Vargas <[email protected]> wrote:
> On Fri, Feb 20, 2009 at 6:26 PM, Florent Aide <[email protected]> wrote:
>>
>> Hi,
>>
>> running the tests for the latest trunk rev I get 4 failures related to
>> controller dispatch and authentication:
>>
>> http://paste.turbogears.org/paste/36340
>>
>> maybe r.w*'s API has changed under our feet ? Going to bed now. Will
>> see to that tomorrow if no one else fixes that before me :)
>>
> I'm getting
> TypeError: unbound method check_authorization() must be called with
> not_anonymous instance as first argument (got dict instance instead)
>
> :(
>
well it seems that now you must pass an instance of the predicate
rather than the predicate itself so predicates.not_anonymous() fixes
this.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to