~dpb/tarmac/ls-fixes

« back to all changes in this revision

Viewing changes to tarmac/tests/mock.py

  • Committer: Jonathan Lange
  • Date: 2012-12-19 15:56:13 UTC
  • mfrom: (394.7.8 u1-test-failures)
  • Revision ID: jml@canonical.com-20121219155613-pp9juqmiwlauid71
Fix the test failures in u1's tarmac fork

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
            self.revision_count = 0
51
51
        self.bzr_identity = 'lp:%s' % os.path.basename(self.tree_dir)
52
52
        self.project = MockLPProject()
 
53
        self.web_link = 'http://code.launchpad.net/+branch/%s' % (
 
54
            os.path.basename(self.tree_dir),)
53
55
 
54
56
 
55
57
class cmd_mock(TarmacCommand):