loop in static import testing into common/* tests

This commit is contained in:
Chris Dodge
2013-08-21 20:48:56 -04:00
parent fb3a5bf9db
commit 0c1c3f11af
2 changed files with 6 additions and 2 deletions

View File

@@ -476,7 +476,7 @@ class ContentStoreToyCourseTest(ModuleStoreTestCase):
content_store = contentstore()
module_store = modulestore('direct')
import_from_xml(module_store, 'common/test/data/', ['toy'], static_content_store=content_store)
import_from_xml(module_store, 'common/test/data/', ['toy'], static_content_store=content_store, verbose=True)
course_location = CourseDescriptor.id_to_location('edX/toy/2012_Fall')
course = module_store.get_item(course_location)