tests: Don't use deprecated override attributes
commit9948a67e677c8a351f2de17080d7a671882570f3
authorChristoph Reiter <reiter.christoph@gmail.com>
Tue, 27 Jan 2015 16:47:49 +0000 (27 17:47 +0100)
committerChristoph Reiter <creiter@src.gnome.org>
Tue, 3 Mar 2015 12:20:51 +0000 (3 13:20 +0100)
treed96993b79ec3d12907421e202d89e879ae419a26
parent9285b23cd1b253baaf06ddd49e2f000716bbf7f3
tests: Don't use deprecated override attributes

In case the test explicitly tests the deprecated attribute
silence the resulting warnings.

Instead of replacing GObject.PARAM_READWRITE with
GObject.ParamFlags.READWRITE use (READABLE | WRITABLE)
to not depend on a newer glib version.

https://bugzilla.gnome.org/show_bug.cgi?id=743514
12 files changed:
tests/test_everything.py
tests/test_gi.py
tests/test_glib.py
tests/test_gobject.py
tests/test_internal_api.py
tests/test_iochannel.py
tests/test_overrides_gtk.py
tests/test_properties.py
tests/test_signal.py
tests/test_source.py
tests/test_subprocess.py
tests/testmodule.py