20
20
return a StraceResult object which contains just the syscalls involved
21
21
in running it. (Robert Collins)
23
* New test method ``reduceLockdirTimeout`` to drop the default (ui-centric)
24
default time down to one suitable for tests. (Andrew Bennetts)
26
* Add new vfs_transport_factory attribute on tests which provides the
27
common vfs backing for both the readonly and readwrite transports.
28
This allows the RemoteObject tests to back onto local disk or memory,
29
and use the existing transport_server attribute all tests know about
30
to be the smart server transport. This in turn allows tests to
31
differentiate between 'transport to access the branch', and
32
'transport which is a VFS' - which matters in Remote* tests.
33
(Robert Collins, Andrew Bennetts)
35
* The ``make_branch_and_tree`` method for tests will now create a
36
lightweight checkout for the tree if the vfs_transport_factory is not
37
a LocalURLServer. (Robert Collins, Andrew Bennetts)
39
* Branch implementation tests have been audited to ensure that all urls
40
passed to Branch APIs use proper urls, except when local-disk paths
41
are intended. This is so that tests correctly access the test transport
42
which is often not equivalent to local disk in Remote* tests. As part
43
of this many tests were adjusted to remove dependencies on local disk
45
(Robert Collins, Andrew Bennetts)
24
48
bzr 0.15 (not finalised)