/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to tests/test_linegraph.py

  • Committer: Vincent Ladeuil
  • Date: 2009-05-07 09:54:50 UTC
  • Revision ID: v.ladeuil+lp@free.fr-20090507095450-idnyqdk8t15sete7
Reproduce bug #373157 root cause.

* tests/test_annotate_config.py: 
Reproduce bug #373157.

* tests/__init__.py:
(load_tests): Add test_annotate_config.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
        graph,
25
25
    tests,
26
26
    )
 
27
from bzrlib.util import bencode
27
28
 
28
29
from bzrlib.plugins.gtk.branchview.linegraph import linegraph
29
30