~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/benchmarks/bench_status.py

  • Committer: John Arbash Meinel
  • Date: 2006-10-16 01:25:46 UTC
  • mfrom: (2071 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2080.
  • Revision ID: john@arbash-meinel.com-20061016012546-d01a0740671b4d73
[merge] bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
        """Status in a kernel sized tree with no ignored, unknowns, or added.""" 
36
36
        self.make_kernel_like_committed_tree(link_bzr=True)
37
37
        self.time(self.run_bzr, 'status')
 
38
 
 
39
    def test_single_file_no_changes_known_kernel_like_tree(self):
 
40
        """Status in a kernel sized tree with no ignored, unknowns, or added
 
41
        of a single file."""
 
42
        self.make_kernel_like_committed_tree()
 
43
        #XXX depends on the filenames generated by make_kernel_like_tree
 
44
        self.time(self.run_bzr, 'status', '7/4/0/16')