Create explicit Locations.

Part of STUD-1030
This commit is contained in:
cahrens
2013-12-12 13:43:20 -05:00
parent 74b3a8ab7e
commit df09e99ad1
6 changed files with 11 additions and 9 deletions

View File

@@ -79,7 +79,7 @@ class ModuleRenderTestCase(ModuleStoreTestCase, LoginEnrollmentTestCase):
module = render.get_module(
self.mock_user,
mock_request,
['i4x', 'edX', 'toy', 'html', 'toyjumpto'],
Location('i4x', 'edX', 'toy', 'html', 'toyjumpto'),
field_data_cache,
self.course_id
)