Re: revision 462

2005-08-13 Thread [EMAIL PROTECTED]
Did you get anywhere with this - it still doesn't work and as far as I can see I have a very straight forward setup. Cheers mark

Re: revision 462

2005-08-11 Thread [EMAIL PROTECTED]
Here is the output: Running tests with database 'postgresql' Got 10 errors: 'basic' module: API test failed === Code: 'articles.get_list()' Line: 30 Expected: '[]\n' Got: '[, ]\n' 'basic' module: API test raised an exception ==

Re: revision 462

2005-08-10 Thread Adrian Holovaty
On 8/10/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > postgreSQL (latest Gentoo - 8.0.3) > > I dropped my database and set everything back up again as well. Very strange... Can you try running "tests/runtests.py" and telling us what output you get? Adrian

Re: revision 462

2005-08-10 Thread [EMAIL PROTECTED]
postgreSQL (latest Gentoo - 8.0.3) I dropped my database and set everything back up again as well. cheers mark

Re: revision 462

2005-08-10 Thread Adrian Holovaty
On 8/10/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > breaks the createsuperuser and login for some reason. Weirdly it now > seems to be trying to do an insert during login (which fails as you > might expect). > > 461 works fine It works for me on PostgreSQL and MySQL. What's your database

revision 462

2005-08-10 Thread [EMAIL PROTECTED]
breaks the createsuperuser and login for some reason. Weirdly it now seems to be trying to do an insert during login (which fails as you might expect). 461 works fine mark