1
0
mirror of https://github.com/django/django.git synced 2025-07-04 17:59:13 +00:00

[boulder-oracle-sprint] _test_database_name must return the name

git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@3994 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Boulder Sprinters 2006-11-04 22:49:57 +00:00
parent 675f0df471
commit a7a47017b9

View File

@ -120,4 +120,5 @@ def _test_database_name(settings):
name = settings.TEST_DATABASE_NAME
else:
name = TEST_DATABASE_PREFIX + settings.DATABASE_NAME
return name