/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to loggerhead/tests/test_simple.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2007-11-19 09:08:46 UTC
  • mfrom: (140.2.2 merge-robey)
  • Revision ID: launchpad@pqm.canonical.com-20071119090846-klavrflav0efak7g
[r=jamesh] merge from upstream (small stuff only, no major changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
    def test_index(self):
85
85
        testutil.create_request('/')
86
86
        link = '<a href="/project/branch">branch</a>'
87
 
        assert link in cherrypy.response.body[0]
 
87
        assert link in cherrypy.response.body[0].lower()
88
88
 
89
89
    def test_changes(self):
90
90
        testutil.create_request('/project/branch/changes')
128
128
    def test_index(self):
129
129
        testutil.create_request('/')
130
130
        link = '<a href="/project/branch">branch</a>'
131
 
        assert link in cherrypy.response.body[0]
 
131
        assert link in cherrypy.response.body[0].lower()
132
132
 
133
133
    def test_changes(self):
134
134
        testutil.create_request('/project/branch/changes')