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

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

problems posting data in a test

2010-02-12 Thread Paul Rubel
Hi, This is my first django project and I'm trying write some tests. So far the experience has been good and I've been able to get by using the documentation and blog posts. Thanks for all of the work that went into django. I'm using django 1.1.1 with python 2.6.4 on x86_64 linux. I have a few