Redo the part of 010bccc8a5 that address the test failure

This commit is contained in:
David Ormsbee
2012-11-20 18:45:17 -05:00
parent 658c92037c
commit 0a66ef1acc

View File

@@ -698,7 +698,7 @@ class TestCourseGrader(PageLoader):
def check_grade_percent(self, percent):
grade_summary = self.get_grade_summary()
self.assertEqual(grade_summary['percent'], percent)
self.assertEqual(percent, grade_summary['percent'])
def submit_question_answer(self, problem_url_name, responses):
"""