Re: What is test_req_get_basic_auth_pw meant to test.

2006-02-19 Thread Graham Dumpleton
I already fixed the test and checked it in. :-) On 20/02/2006, at 5:15 AM, Jim Gallacher wrote: Yes, this test seems to be broken. I'll create a JIRA issue for it. We need unit tests for the unit tests. :) Jim For my WTF moment, have a look at test_req_get_basic_auth_pw in the test suite. I

Re: What is test_req_get_basic_auth_pw meant to test.

2006-02-19 Thread Jim Gallacher
Yes, this test seems to be broken. I'll create a JIRA issue for it. We need unit tests for the unit tests. :) Jim For my WTF moment, have a look at test_req_get_basic_auth_pw in the test suite. I guess it is supposed to be test req.get_basic_auth_pw (), but that function isn't even mentioned a

What is test_req_get_basic_auth_pw meant to test.

2006-02-18 Thread Graham Dumpleton
On 19/02/2006, at 9:35 AM, Jim Gallacher wrote: I just noticed that "write" is declared twice in request_methods [] . What's up with that?? src/requestobject.c static PyMethodDef request_methods[] = { ... ... line 1075 {"write", (PyCFunction) req_write, METH_VARARGS