Merge pull request #610 from MITx/feature/arjun/fix_jump_test

Fix jump to courseware test to expect a redirect
This commit is contained in:
David Ormsbee
2012-08-31 17:51:50 -07: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