Kaydet (Commit) 3e20e7cc authored tarafından Matt Boersma's avatar Matt Boersma

Fixed runtests.py failing on Oracle after django.core.management was

refactored.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@5906 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst c5505c4c
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment