conformance: Use g_assert_no_error() if available
authorEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 2 Mar 2010 19:09:20 +0000 (19:09 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 2 Mar 2010 19:10:07 +0000 (19:10 +0000)
commit2f68949962d964e38a640581e232c4b673ce3023
tree02c7a4f35aa7882998a808745a26e9da6de19c0c
parent048fcea988446af1ce18356eb1718f85088e73c8
conformance: Use g_assert_no_error() if available

GLib 2.20 has a nice g_assert() wrapper which will print out the GError
if it's not NULL.
tests/conform/test-animator.c
tests/conform/test-model.c
tests/conform/test-script-parser.c