/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_selftest.py

  • Committer: John Arbash Meinel
  • Date: 2010-01-06 17:28:31 UTC
  • mto: (4634.108.11 2.0)
  • mto: This revision was merged to the branch mainline in revision 4936.
  • Revision ID: john@arbash-meinel.com-20100106172831-cu070ga234hx0qkv
Add an XXX for a test that failed randomly on me because of a timing hiccup.

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