Also moving the test_server.ini to test_paste.ini to avoid ambiguity.

This commit is contained in:
Christopher Allan Webber 2011-06-20 08:57:58 -05:00
parent 41f965c59d
commit 5c441e75eb
2 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ from mediagoblin.db.open import setup_connection_and_db_from_config
MEDIAGOBLIN_TEST_DB_NAME = '__mediagoblinunittests__'
TEST_SERVER_CONFIG = pkg_resources.resource_filename(
'mediagoblin.tests', 'test_server.ini')
'mediagoblin.tests', 'test_paste.ini')
TEST_APP_CONFIG = pkg_resources.resource_filename(
'mediagoblin.tests', 'test_mgoblin_app.ini')
TEST_USER_DEV = pkg_resources.resource_filename(