Changeset 805 for django/trunk/tests/runtests.py
- Timestamp:
- 10/08/05 15:56:34 (3 years ago)
- Files:
-
- django/trunk/tests/runtests.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/tests/runtests.py
r646 r805 95 95 cursor = db.cursor() 96 96 try: 97 db.connection.autocommit( )97 db.connection.autocommit(1) 98 98 except AttributeError: 99 99 pass … … 181 181 self.output(1, "Deleting test database") 182 182 try: 183 db.connection.autocommit( )183 db.connection.autocommit(1) 184 184 except AttributeError: 185 185 pass
