]> Pileus Git - ~andy/gtk/commit
tests: Don't test something we can't test
authorBenjamin Otte <otte@redhat.com>
Mon, 6 Feb 2012 20:24:59 +0000 (21:24 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 6 Feb 2012 20:53:35 +0000 (21:53 +0100)
commit75eddfffbb18ad2724fc77d790bbf15bc22225fb
treed73b20daf94bcfa9bb70b4ab05000ba9c44453c0
parent6a381b0c1d3dedb02d99ffe23621c0aba80bf86e
tests: Don't test something we can't test

When using GtkTreeStore, don't compute row positions assuming
everything's a list store, which is how get_row_start_for_index() works.

So instead, do a laxer check and don't insist on proper alignment.
gtk/tests/treeview-scrolling.c