~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_repository.py

  • Committer: John Arbash Meinel
  • Date: 2009-05-29 09:59:25 UTC
  • mto: This revision was merged to the branch mainline in revision 4392.
  • Revision ID: john@arbash-meinel.com-20090529095925-d1cvs7nugqh3iy48
A bit more review feedback from Andrew.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1227
1227
        # We have to build a fairly large tree, so that we are sure the chk
1228
1228
        # pages will have split into multiple pages.
1229
1229
        entries = [('add', ('', 'a-root-id', 'directory', None))]
1230
 
        for i in 'abcdefghijklmnopqrstuvwxzy123456789':
1231
 
            for j in 'abcdefghijklmnopqrstuvwxzy123456789':
 
1230
        for i in 'abcdefghijklmnopqrstuvwxyz123456789':
 
1231
            for j in 'abcdefghijklmnopqrstuvwxyz123456789':
1232
1232
                fname = i + j
1233
1233
                fid = fname + '-id'
1234
1234
                content = 'content for %s\n' % (fname,)