~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_transport_implementations.py

  • Committer: Andrew Bennetts
  • Date: 2006-10-13 05:29:02 UTC
  • mto: (2070.5.2 chroot decorator)
  • mto: This revision was merged to the branch mainline in revision 2083.
  • Revision ID: andrew.bennetts@canonical.com-20061013052902-60a2d663ee8d494b
Fix memory_transport.abspath('/foo')

Show diffs side-by-side

added added

removed removed

Lines of Context:
1117
1117
        # the abspath of "/" and "/foo/.." should result in the same location
1118
1118
        self.assertEqual(transport.abspath("/"), transport.abspath("/foo/.."))
1119
1119
 
 
1120
        self.assertEqual(transport.clone("/").abspath('foo'),
 
1121
                         transport.abspath("/foo"))
 
1122
 
1120
1123
    def test_local_abspath(self):
1121
1124
        transport = self.get_transport()
1122
1125
        try: