Re: problems posting data in a test

2010-02-16 Thread Paul Rubel
Hi Karen, Karen Tracey writes: > On Fri, Feb 12, 2010 at 3:38 PM, Paul Rubel wrote: > > > [snip] > > I can't get a test.client.Client.post()s raw_post_data to match what I > > get using my browser and the test throws an exception about reading > > more than the available bytes. > > >

Re: problems posting data in a test

2010-02-12 Thread Karen Tracey
On Fri, Feb 12, 2010 at 3:38 PM, Paul Rubel wrote: > [snip] I can't get a test.client.Client.post()s raw_post_data to match what I > get using my browser and the test throws an exception about reading > more than the available bytes. > > Printing out the raw_post_data when my app is running unde