Commit e7ac6413 by ichuang

fix to be compatible with jenkins test

parent 5dc53a32
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment