#12029: Error when running django tests with postgresql 8.3
-------------------------------+--------------------------------------------
 Reporter:  msaelices          |       Owner:  nobody    
   Status:  new                |   Milestone:            
Component:  Testing framework  |     Version:  SVN       
 Keywords:                     |       Stage:  Unreviewed
Has_patch:  0                  |  
-------------------------------+--------------------------------------------
 I followed [wiki:RunningDjangoTests running Django tests wiki], but with
 {{{postgresql_psycopg2}}} as database backend. I've get an error on
 [11620] Django revision.

 The error was this:
 {{{
 Creating test database...
 Traceback (most recent call last):
   File "runtests.py", line 191, in <module>
     django_tests(int(options.verbosity), options.interactive, args)
   File "runtests.py", line 161, in django_tests
     failures = test_runner(test_labels, verbosity=verbosity,
 interactive=interactive, extra_tests=extra_tests)
   File "/usr/lib/python2.5/site-packages/django/test/simple.py", line 191,
 in run_tests
     connection.creation.create_test_db(verbosity, autoclobber=not
 interactive)
   File "/usr/lib/python2.5/site-packages/django/db/backends/creation.py",
 line 332, in create_test_db
     can_rollback = self._rollback_works()
   File "/usr/lib/python2.5/site-packages/django/db/backends/creation.py",
 line 393, in _rollback_works
     self.connection._rollback()
 TypeError: _new_rollback() takes exactly 1 argument (0 given)
 }}}

-- 
Ticket URL: <http://code.djangoproject.com/ticket/12029>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to