On 3/24/06, Jorge Godoy <[EMAIL PROTECTED]> wrote: > > "Kevin Dangoor" <[EMAIL PROTECTED]> writes: > > > Well, it looks like the decoding filter should actually be running > > first. I need a failing test case. > > I've sent you a private message with the full code for my model, this specific > controller and the form that is failing.
OK, I've taken a look at this and it seems pretty similar to what I'm testing for. I just committed a test that i have that's passing. Can you take a look at that test and see if something about it strikes you as distinctly different from what's going on in your program? It's the last test in: turbogears/widgets/tests/test_forms.py That test is verifying that something coming from the web that turns into a dictionary is turning into a dictionary *after* the decode filter does its thing. Kevin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
