~malept/loggerhead/standalone-auth

« back to all changes in this revision

Viewing changes to loggerhead/tests/test_simple.py

  • Committer: Martin Albisetti
  • Date: 2008-07-22 00:40:03 UTC
  • mfrom: (182 loggerhead.search_integration)
  • mto: This revision was merged to the branch mainline in revision 187.
  • Revision ID: argentina@gmail.com-20080722004003-lx1fp0tthpp6kl92
Merged from trunk, resolved billions of conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
            folder = '%(branch)s'
52
52
    """
53
53
 
54
 
    def makeHistory(self):
55
 
        return History.from_folder(self.bzrbranch)
56
 
 
57
54
    def setUpLoggerhead(self):
58
 
        app = TestApp(BranchWSGIApp(self.bzrbranch).app)
 
55
        app = TestApp(BranchWSGIApp(self.branch).app)
59
56
        return app
60
57
 
61
58
    def tearDown(self):