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

  • Committer: Robert Collins
  • Date: 2009-03-02 07:13:41 UTC
  • mto: This revision was merged to the branch mainline in revision 4068.
  • Revision ID: robertc@robertcollins.net-20090302071341-c7kzkzps5pxt3dgf
Verb change name requested by Andrew.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1201
1201
            smart.request.request_handlers.get('Repository.lock_write'),
1202
1202
            smart.repository.SmartServerRepositoryLockWrite)
1203
1203
        self.assertEqual(
1204
 
            smart.request.request_handlers.get('Repository.StreamSource.get_stream'),
1205
 
            smart.repository.SmartServerRepositoryStreamSourceGetStream)
 
1204
            smart.request.request_handlers.get('Repository.get_stream'),
 
1205
            smart.repository.SmartServerRepositoryGetStream)
1206
1206
        self.assertEqual(
1207
1207
            smart.request.request_handlers.get('Repository.tarball'),
1208
1208
            smart.repository.SmartServerRepositoryTarball)