~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_inv.py

  • Committer: Aaron Bentley
  • Date: 2006-04-19 02:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 1673.
  • Revision ID: aaron.bentley@utoronto.ca-20060419021605-7f28e84382ceef4d
Apply merge review suggestions

Show diffs side-by-side

added added

removed removed

Lines of Context:
206
206
                          "/dev/null", self.tree_1, 
207
207
                          "new_label", self.file_2b, self.tree_2,
208
208
                          output)
209
 
        self.assertEqual(output.getvalue(), "Binary files differ\n")
 
209
        self.assertEqual(output.getvalue(), 
 
210
                         "Binary files /dev/null and new_label differ\n")
210
211
    def test_link_diff_deleted(self):
211
212
        if not has_symlinks():
212
213
            return