gtk/testsuite
Matthias Clasen f870a50f1f Add a test for property notification
This tests just a few basic things for now. Mainly, that we don't
emit redundant notifications for enum, flags, int and boolean
properties. It also checks that we do emit the expected notifications
when the value actually changes. This is checked for string, double
and float properties as well.

There is a large number of exceptions in the test, and a lot more
checks that could be done. One class of exceptions is all the places
where we have -set booleans to go along with another property. We
should have a dedicated test for these pairs. Another class of
exceptions is where naked objects created by g_object_new () just
don't have the full functionality - e.g. a tree selection without
a tree view does not work very well. We set up the instance object
better for these situations.
2014-06-09 13:31:14 -04:00
..
a11y testsuite: put installed tests in the right place 2014-05-31 00:16:07 -04:00
css testsuite: put installed tests in the right place 2014-05-31 00:16:07 -04:00
gdk testsuite: put installed tests in the right place 2014-05-31 00:16:07 -04:00
gtk Add a test for property notification 2014-06-09 13:31:14 -04:00
reftests reftests: Fix random failures of reftest 2014-06-09 19:18:48 +02:00
Makefile.am build: Move tests/reftests to testsuite/reftests 2013-05-15 15:37:17 +02:00