Skip to content

Commit

Permalink
Fixed runtests.py failing on Oracle after django.core.management was
Browse files Browse the repository at this point in the history
refactored.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@5906 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
mboersma committed Aug 16, 2007
1 parent c5505c4 commit 3e20e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/db/backends/oracle/creation.py
Expand Up @@ -109,7 +109,7 @@ def create_test_db(settings, connection, backend, verbosity=1, autoclobber=False
settings.DATABASE_USER = TEST_DATABASE_USER
settings.DATABASE_PASSWORD = TEST_DATABASE_PASSWD

management.syncdb(verbosity, interactive=False)
management.call_command('syncdb')

# Get a cursor (even though we don't need one yet). This has
# the side effect of initializing the test database.
Expand Down

0 comments on commit 3e20e7c

Please sign in to comment.