/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: Martin Albisetti
  • Date: 2008-09-16 20:12:37 UTC
  • mfrom: (223 trunk)
  • mto: This revision was merged to the branch mainline in revision 233.
  • Revision ID: argentina@gmail.com-20080916201237-7ehaiqjc8trulxto
MergeĀ fromĀ 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):