/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: Curtis Hovey
  • Date: 2011-08-27 18:35:08 UTC
  • mto: This revision was merged to the branch mainline in revision 741.
  • Revision ID: sinzui.is@verizon.net-20110827183508-ugqbp58na4mtt1no
Updated the pixbuf calls to gtk3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
    def test_simple(self):
33
33
        lg = linegraph(self.get_graph({"A": ("B", "C"), "B": ()}), ["A"])
34
 
        self.assertEquals(lg,  
 
34
        self.assertEquals(lg,
35
35
            ([
36
36
               ['A', (0, 0), [(0, 0, 0)], ['B'], [], (2,)],
37
37
               ['B', (0, 0), [], (), ['A'], (1,)]