Commit d86c7bec by cahrens

Update for renamed test split modulestore.

parent d88b0c48
...@@ -18,7 +18,7 @@ from xmodule.modulestore import ModuleStoreEnum ...@@ -18,7 +18,7 @@ from xmodule.modulestore import ModuleStoreEnum
from xmodule.modulestore.django import modulestore from xmodule.modulestore.django import modulestore
from xmodule.modulestore.tests.django_utils import ModuleStoreTestCase, mixed_store_config from xmodule.modulestore.tests.django_utils import ModuleStoreTestCase, mixed_store_config
from xmodule.modulestore.tests.django_utils import ( from xmodule.modulestore.tests.django_utils import (
TEST_DATA_MONGO_MODULESTORE, TEST_DATA_MONGO_MODULESTORE_SPLIT_DEFAULT TEST_DATA_MONGO_MODULESTORE, TEST_DATA_SPLIT_MODULESTORE
) )
from xmodule.modulestore.tests.factories import CourseFactory from xmodule.modulestore.tests.factories import CourseFactory
from xmodule.modulestore.xml_importer import import_from_xml from xmodule.modulestore.xml_importer import import_from_xml
...@@ -228,5 +228,5 @@ class CommandSplitMongoTestCase(CommandsTestBase): ...@@ -228,5 +228,5 @@ class CommandSplitMongoTestCase(CommandsTestBase):
Test case for management commands using the mixed mongo modulestore with split as the default. Test case for management commands using the mixed mongo modulestore with split as the default.
""" """
MODULESTORE = TEST_DATA_MONGO_MODULESTORE_SPLIT_DEFAULT MODULESTORE = TEST_DATA_SPLIT_MODULESTORE
__test__ = True __test__ = True
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