An empty category will result in InvalidLocationErrors.

This commit is contained in:
cahrens
2013-11-19 13:41:44 -05:00
parent ed9a61e2d9
commit 705ccd01bc

View File

@@ -46,7 +46,7 @@ class BaseTestXmodule(ModuleStoreTestCase):
COURSE_DATA = {}
# Data from YAML common/lib/xmodule/xmodule/templates/NAME/default.yaml
CATEGORY = ""
CATEGORY = "vertical"
DATA = ''
MODEL_DATA = {'data': '<some_module></some_module>'}