/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/blackbox/test_cat.py

  • Committer: John Arbash Meinel
  • Date: 2007-12-05 22:42:37 UTC
  • mto: This revision was merged to the branch mainline in revision 3084.
  • Revision ID: john@arbash-meinel.com-20071205224237-fswkepwc4yky19ug
Fix 'nonexistent'

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
        out, err = self.run_bzr_subprocess(['cat', url])
130
130
        self.assertEqual('contents of README\n', out)
131
131
 
132
 
    def test_cat_nonexistant_branch(self):
 
132
    def test_cat_nonexistent_branch(self):
133
133
        if sys.platform == "win32":
134
134
            location = "C:/i/do/not/exist"
135
135
        else: