From 0a66ef1accb05e317d2439b4d65f4f7c58625b97 Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Tue, 20 Nov 2012 18:45:17 -0500 Subject: [PATCH] Redo the part of 010bccc8a5747e0075826eb7d646c81c0dea7f13 that address the test failure --- lms/djangoapps/courseware/tests/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/djangoapps/courseware/tests/tests.py b/lms/djangoapps/courseware/tests/tests.py index 678eb1ccf0..8239eadfd9 100644 --- a/lms/djangoapps/courseware/tests/tests.py +++ b/lms/djangoapps/courseware/tests/tests.py @@ -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): """