~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/benchmarks/bench_checkout.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-07-22 18:54:02 UTC
  • mfrom: (2645.1.2 bzr.ab.integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070722185402-a7ib57fehfwd03jy
Fix deprecation warnings on benchmarks (Lukas Lalinsky)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    def test_build_kernel_like_tree(self):
27
27
        """Checkout of a clean kernel sized tree should be (<10secs)."""
28
28
        self.make_kernel_like_committed_tree(link_bzr=True)
29
 
        self.time(self.run_bzr, 'checkout', '--lightweight', '.', 'acheckout')
 
29
        self.time(self.run_bzr, ['checkout', '--lightweight', '.', 'acheckout'])