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

  • Committer: ghigo
  • Date: 2006-10-22 16:43:28 UTC
  • mfrom: (2091 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2126.
  • Revision ID: ghigo@venice-20061022164328-da86f3a7676b06bd
Update to bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2004, 2005, 2006 by Canonical Ltd
 
1
# Copyright (C) 2004, 2005, 2006 Canonical Ltd
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
1119
1119
        # the abspath of "/" and "/foo/.." should result in the same location
1120
1120
        self.assertEqual(transport.abspath("/"), transport.abspath("/foo/.."))
1121
1121
 
 
1122
        self.assertEqual(transport.clone("/").abspath('foo'),
 
1123
                         transport.abspath("/foo"))
 
1124
 
1122
1125
    def test_local_abspath(self):
1123
1126
        transport = self.get_transport()
1124
1127
        try: