Fix bad uses of course_id/location/locator in new code on master

This commit is contained in:
Calen Pennington
2014-05-22 12:01:28 -04:00
parent 240fcc1d5a
commit 35083ad9f9
6 changed files with 26 additions and 33 deletions

View File

@@ -20,7 +20,6 @@ class StudioEditableModule(object):
fragment.add_frag_resources(rendered_child)
contents.append({
'id': child.id,
'content': rendered_child.content
})

View File

@@ -13,7 +13,6 @@ class BaseVerticalModuleTest(XModuleXmlImportTest):
test_html_2 = 'Test HTML 2'
def setUp(self):
self.course_id = 'test_org/test_course_number/test_run'
# construct module
course = xml.CourseFactory.build()
sequence = xml.SequenceFactory.build(parent=course)