Skip to content

Commit

Permalink
devilry_subjectadmin.tests.createnewassignment: Fixed test_breadcrumb.
Browse files Browse the repository at this point in the history
  • Loading branch information
espenak committed Mar 8, 2013
1 parent fa2332f commit ef8d5ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def _load(self, period_id=None):
def test_breadcrumb(self):
self._load()
breadcrumbtext = self.get_breadcrumbstring('Create new assignment')
self.assertEquals(breadcrumbtext, ['All subjects', 'sub.p1', 'Create new assignment'])
self.assertEquals(breadcrumbtext, ['All Courses', 'sub.p1', 'Create new assignment'])

def test_form_render(self):
self._load()
Expand Down

0 comments on commit ef8d5ce

Please sign in to comment.