~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_selftest.py

(mbp) Refuse to build with pyrex 0.9.4*

Show diffs side-by-side

added added

removed removed

Lines of Context:
892
892
        result.report_unsupported(test, feature)
893
893
        output = result_stream.getvalue()[prefix:]
894
894
        lines = output.splitlines()
 
895
        # XXX: This is a timing dependent test. I've had it fail because it
 
896
        #      took 6ms to evaluate... :(
895
897
        self.assertEqual(lines, ['NODEP        0ms',
896
898
                                 "    The feature 'Feature' is not available."])
897
899