~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Vincent Ladeuil
  • Date: 2009-07-10 07:43:15 UTC
  • mto: (4529.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4530.
  • Revision ID: v.ladeuil+lp@free.fr-20090710074315-tfbke0r54hk2af6o
Fix TZ-dependent tests.

* bzrlib/tests/test_annotate.py:
(TestAnnotate.create_merged_trees,
TestAnnotate.create_deeply_merged_trees): Isolate from timezone.

* bzrlib/branchbuilder.py:
(BranchBuilder.build_snapshot): timezone is useful to build
TZ-independent tests .

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
* Avoid progress bar artifacts being left behind on the screen.
59
59
  (Martin Pool, #321935)
60
60
 
 
61
* BranchBuilder now accepts timezone to avoid test failures in countries far
 
62
  from GMT. (Vincent Ladeuil, #397716)
 
63
 
61
64
* Better message in ``bzr split`` error suggesting a rich root format.
62
65
  (Neil Martinsen-Burrell, #220067)
63
66