~dooferlad/linaro-ci-dashboard/add_api

« back to all changes in this revision

Viewing changes to dashboard/frontend/tests/test_clientresponse.py

  • Committer: Milo Casagrande
  • Date: 2012-09-12 14:34:11 UTC
  • mfrom: (43.2.7 linkify_next_loop)
  • Revision ID: milo@ubuntu.com-20120912143411-gxp9q1oom6fcghc6
Merged code for links in detail views, cleaned up detail views.

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
        # Assert template names for detail page.
109
109
        template_names = [template.name for template in
110
110
                          response.templates]
111
 
        self.assertEquals(template_names, ["integration_loop_detail.html",
112
 
                                           "loop_detail.html",
 
111
        self.assertEquals(template_names, ["loop_detail.html",
113
112
                                           "base.html",
114
113
                                           "login.html",
115
114
                                           ])