From b0397ab0b5b5539bce31df8e4513f84c65bef945 Mon Sep 17 00:00:00 2001 From: ichuang Date: Mon, 3 Sep 2012 12:43:48 -0400 Subject: [PATCH] fix to be compatible with jenkins test --- lms/djangoapps/instructor/tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/djangoapps/instructor/tests.py b/lms/djangoapps/instructor/tests.py index 8b8449dbee..4b7b86f3b7 100644 --- a/lms/djangoapps/instructor/tests.py +++ b/lms/djangoapps/instructor/tests.py @@ -71,6 +71,7 @@ class TestInstructorDashboardGradeDownloadCSV(ct.PageLoader): msg += "instructor dashboard download csv grades: resp = '%s'" % resp respstr = str(resp).replace('\r','') + respstr = respstr.replace('TT_2012','2012') # jenkins course_id is TT_2012_Fall instead of 2012_Fall? #open('idtest.out','w').write(respstr) expected_resp = '''Vary: Cookie