/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_smart_transport.py

  • Committer: Robert Collins
  • Date: 2009-03-10 00:35:11 UTC
  • mfrom: (4098 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4102.
  • Revision ID: robertc@robertcollins.net-20090310003511-pvtygbimxywwton0
Merge bzr.dev, commands.py was conflicting.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1528
1528
        ex = self.assertRaises(errors.ConnectionReset,
1529
1529
            response_handler.read_response_tuple)
1530
1530
        self.assertEqual("Connection closed: "
1531
 
            "please check connectivity and permissions "
1532
 
            "(and try -Dhpss if further diagnosis is required)", str(ex))
 
1531
            "please check connectivity and permissions ",
 
1532
            str(ex))
1533
1533
 
1534
1534
    def test_server_offset_serialisation(self):
1535
1535
        """The Smart protocol serialises offsets as a comma and \n string.