From fa3402a977d1995b4904b4e334c6df62fa7aa714 Mon Sep 17 00:00:00 2001 From: Chris Dodge Date: Thu, 21 Feb 2013 12:25:10 -0500 Subject: [PATCH] template name got changed. Need to reflect that on test. --- cms/djangoapps/contentstore/tests/test_contentstore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/djangoapps/contentstore/tests/test_contentstore.py b/cms/djangoapps/contentstore/tests/test_contentstore.py index e023221b52..944d4879c9 100644 --- a/cms/djangoapps/contentstore/tests/test_contentstore.py +++ b/cms/djangoapps/contentstore/tests/test_contentstore.py @@ -439,7 +439,7 @@ class ContentStoreTest(ModuleStoreTestCase): self.assertGreater(len(verticals), 0) new_component_location = Location('i4x', 'edX', 'full', 'html', 'new_component') - source_template_location = Location('i4x', 'edx', 'templates', 'html', 'Empty') + source_template_location = Location('i4x', 'edx', 'templates', 'html', 'Blank_HTML_Page') # crate a new module and add it as a child to a vertical ms.clone_item(source_template_location, new_component_location)