From f343052711bc6cd752ac9b4679417026ca05440d Mon Sep 17 00:00:00 2001 From: Chris Dodge Date: Fri, 28 Dec 2012 14:26:52 -0500 Subject: [PATCH] add a comment. Namely we just want to trigger another build. --- cms/djangoapps/contentstore/tests/tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cms/djangoapps/contentstore/tests/tests.py b/cms/djangoapps/contentstore/tests/tests.py index ab63abcb70..114d029331 100644 --- a/cms/djangoapps/contentstore/tests/tests.py +++ b/cms/djangoapps/contentstore/tests/tests.py @@ -431,7 +431,8 @@ class ContentStoreTest(TestCase): self.assertEqual(resp.status_code, 200) # check that /static/ has been converted to the full path - self.assertContains(resp, '/c4x/edX/full/asset/handouts_schematic_tutorial.pdf') + # note, we know the link it should be because that's what in the 'full' course in the test data + self.assertContains(resp, '/c4x/edX/full/asset/handouts_schematic_tutorial.pdf')