Merge branch 'master' into kimth/mark-graded

This commit is contained in:
kimth
2012-08-31 21:25:53 -04:00

View File

@@ -218,7 +218,7 @@ class PageLoader(ActivateLoginTestCase):
'location': descriptor.location.url()}))
msg = str(resp.status_code)
if resp.status_code != 200:
if resp.status_code != 302:
msg = "ERROR " + msg
all_ok = False
num_bad += 1