Re: regression test failures

2007-07-02 Thread Lars Stavholm
s.py in the tests subdirectory. It all seems to work >> OK, but I get regression test failures that I'm not sure about. >> >> My settings.py looks like this: >> DATABASE_NAME = None >> DATABASE_ENGINE = 'sqlite3' >> DATABASE_USER

Re: regression test failures

2007-07-02 Thread Ben Ford
e process I want to verify/test the installation > > using the runtests.py in the tests subdirectory. It all seems to work > > OK, but I get regression test failures that I'm not sure about. > > > > My settings.py looks like this: > > DATABASE_NAME = No

Re: regression test failures

2007-07-02 Thread Malcolm Tredinnick
work > OK, but I get regression test failures that I'm not sure about. > > My settings.py looks like this: > DATABASE_NAME = None > DATABASE_ENGINE = 'sqlite3' > DATABASE_USER = None > DATABASE_PASSWORD = None > ROOT_URLCONF = None > SITE_

regression test failures

2007-07-02 Thread Lars Stavholm
Hi All, I'm trying to build an rpm package for django, both stable (0.96) and svn trunk. In the process I want to verify/test the installation using the runtests.py in the tests subdirectory. It all seems to work OK, but I get regression test failures that I'm not sure about. My s