~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/tests/test_simple.py

  • Committer: Michael Hudson
  • Date: 2008-09-29 21:36:03 UTC
  • mfrom: (225 trunk)
  • mto: This revision was merged to the branch mainline in revision 226.
  • Revision ID: michael.hudson@canonical.com-20080929213603-qh0b0u3m5hqqez8e
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    """
51
51
 
52
52
    def setUpLoggerhead(self):
53
 
        app = TestApp(BranchWSGIApp(self.branch).app)
 
53
        app = TestApp(BranchWSGIApp(self.branch, '').app)
54
54
        return app
55
55
 
56
56
    def tearDown(self):