Update xblock requirement to 1.0.0.

This commit is contained in:
J. Cliff Dyer
2016-08-17 16:52:20 -04:00
parent 9c6d94ada0
commit c61f2ddc69
7 changed files with 21 additions and 20 deletions

View File

@@ -2370,7 +2370,7 @@ class CapaDescriptorTest(unittest.TestCase):
def test_indexing_checkboxes(self):
name = "Checkboxes"
descriptor = self._create_descriptor(self.sample_checkbox_problem_xml, name=name)
capa_content = textwrap.dedent("""
capa_content = textwrap.dedent(u"""
Title
Description
Example
@@ -2384,7 +2384,8 @@ class CapaDescriptorTest(unittest.TestCase):
""")
self.assertEquals(descriptor.problem_types, {"choiceresponse"})
self.assertEquals(
descriptor.index_dictionary(), {
descriptor.index_dictionary(),
{
'content_type': CapaDescriptor.INDEX_CONTENT_TYPE,
'problem_types': ["choiceresponse"],
'content': {