~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/branch_implementations/test_parent.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-05-11 10:05:33 UTC
  • mfrom: (1185.50.95 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060511100533-e3d066b362716fe2
(jam) update web page url to http://bazaar-vcs.org

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    def test_set_get_parent(self):
36
36
        """Set, re-get and reset the parent"""
37
37
        b = self.make_branch('.')
38
 
        url = 'http://bazaar-ng.org/bzr/bzr.dev'
 
38
        url = 'http://bazaar-vcs.org/bzr/bzr.dev'
39
39
        b.set_parent(url)
40
40
        self.assertEquals(b.get_parent(), url)
41
41
        b.set_parent(None)