Update tests with new attributes.

This commit is contained in:
Diana Huang
2013-03-11 10:29:18 -04:00
parent 0c949d20c9
commit 421e169e1e

View File

@@ -102,6 +102,8 @@ class ChoiceGroupTest(unittest.TestCase):
'choices': [('foil1', '<text>This is foil One.</text>'),
('foil2', '<text>This is foil Two.</text>'),
('foil3', 'This is foil Three.'), ],
'show_correctness': 'always',
'submitted_message': 'Answer received.',
'name_array_suffix': expected_suffix, # what is this for??
}