Comment 5 for bug 842223

Revision history for this message
Martin Packman (gz) wrote :

Two Gio tests also started failing if there are tildes involved:

 bzrlib.tests.per_transport.TransportTests.test_abspath(GioTransport,GioLocalURLServer)
 bzrlib.tests.per_transport.TransportTests.test_clone(GioTransport,GioLocalURLServer)

Traceback (most recent call last):
  ...
  File ".../bzrlib/tests/per_transport.py", line 1399, in test_abspath
    transport.abspath('relpath'))
AssertionError: not equal:
a = 'gio+file:/tmp/cuddle~/testbzr-4Jw5xY.tmp/bzrlib.tests.per_transport.TransportTests.test_abspath%28GioTransport%2CGioLocalURLServer%29/work/relpath'
b = 'gio+file:/tmp/cuddle%7E/testbzr-4Jw5xY.tmp/bzrlib.tests.per_transport.TransportTests.test_abspath%28GioTransport%2CGioLocalURLServer%29/work/relpath'