/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: Canonical.com Patch Queue Manager
  • Date: 2006-10-16 07:46:07 UTC
  • mfrom: (2070.3.2 memory transport abspath)
  • Revision ID: pqm@pqm.ubuntu.com-20061016074607-30fac1cd072eef6e
(Andrew Bennetts) fix MemoryTransport.abspath() for paths starting with /

Show diffs side-by-side

added added

removed removed

Lines of Context:
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: