From b5ccb4b8fce102ff58726660ca59b1f4ddfbdf90 Mon Sep 17 00:00:00 2001 From: Chris Dodge Date: Wed, 2 Jan 2013 15:01:21 -0500 Subject: [PATCH] trigger another build --- cms/djangoapps/contentstore/tests/tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cms/djangoapps/contentstore/tests/tests.py b/cms/djangoapps/contentstore/tests/tests.py index 4d5d614d0d..b3f13de998 100644 --- a/cms/djangoapps/contentstore/tests/tests.py +++ b/cms/djangoapps/contentstore/tests/tests.py @@ -422,6 +422,7 @@ class ContentStoreTest(TestCase): ms = modulestore('direct') cs = contentstore() + # import a test course import_from_xml(ms, 'common/test/data/', ['full']) handout_location= Location(['i4x', 'edX', 'full', 'course_info', 'handouts'])