~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_trace.py

  • Committer: Max Bowsher
  • Date: 2011-08-23 09:29:27 UTC
  • mto: This revision was merged to the branch mainline in revision 6104.
  • Revision ID: _@maxb.eu-20110823092927-c7fnueriuunvv9mh
Per jam's review comments, get rid of features.meliae_feature, which is new in
2.5 and so will not be missed, assigning the corrected behaviour to the
features.meliae name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
            "bzr: out of memory\nUse -Dmem_dump to dump memory to a file.\n")
86
86
 
87
87
    def test_format_mem_dump(self):
88
 
        self.requireFeature(features.meliae_feature)
 
88
        self.requireFeature(features.meliae)
89
89
        debug.debug_flags.add('mem_dump')
90
90
        try:
91
91
            raise MemoryError()