~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test__dirstate_helpers.py

  • Committer: Vincent Ladeuil
  • Date: 2009-04-17 16:08:45 UTC
  • mto: (4331.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4332.
  • Revision ID: v.ladeuil+lp@free.fr-20090417160845-2ti82rp1nc7kfoj4
NEWS entry and final cleanup before submission.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
 
50
50
def load_tests(basic_tests, module, loader):
51
 
    # FIXME: we should also parametrize agsinst Sha1Providers !
 
51
    # FIXME: we should also parametrize against SHA1Provider !
52
52
    suite = loader.suiteClass()
53
53
    remaining_tests = basic_tests
54
54