~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/features.py

  • Committer: Jelmer Vernooij
  • Date: 2011-02-21 15:09:19 UTC
  • mto: This revision was merged to the branch mainline in revision 5675.
  • Revision ID: jelmer@samba.org-20110221150919-v7nnbontcuhi1dmu
Move Repository._find_text_key_references_from_xml_inventory_lines onto the serializer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
not_running_as_root = _NotRunningAsRoot()
43
43
 
44
44
apport = tests.ModuleAvailableFeature('apport')
45
 
lzma = tests.ModuleAvailableFeature('lzma')
46
45
meliae = tests.ModuleAvailableFeature('meliae')
47
46
paramiko = tests.ModuleAvailableFeature('paramiko')
48
47
pycurl = tests.ModuleAvailableFeature('pycurl')