/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: Andrew Bennetts
  • Date: 2008-06-19 02:51:12 UTC
  • mto: (3452.2.9 inter-remote-pack)
  • mto: This revision was merged to the branch mainline in revision 3511.
  • Revision ID: andrew.bennetts@canonical.com-20080619025112-wf4jpdp25lqk422y
Rename Branch.set_last_revision_descendant verb to Branch.set_last_revision_ex.  It's a cop out, but at least it's not misleading.

Show diffs side-by-side

added added

removed removed

Lines of Context:
468
468
            tree.branch.unlock()
469
469
 
470
470
 
471
 
class TestSmartServerBranchRequestSetLastRevisionDescendant(
 
471
class TestSmartServerBranchRequestSetLastRevisionEx(
472
472
    tests.TestCaseWithMemoryTransport):
473
473
 
474
 
    request_class = \
475
 
        smart.branch.SmartServerBranchRequestSetLastRevisionDescendant
 
474
    request_class = smart.branch.SmartServerBranchRequestSetLastRevisionEx
476
475
 
477
476
    def test_empty(self):
478
477
        backing = self.get_transport()