tests: correct assertion in test-model
commit527ff211465e12b983a450195508dbc0ddcd80ae
authorNicola Fontana <ntd@entidi.it>
Sat, 24 Jan 2015 17:47:53 +0000 (24 18:47 +0100)
committerNicola Fontana <ntd@entidi.it>
Sat, 24 Jan 2015 17:49:29 +0000 (24 18:49 +0100)
treeac8864cbeaca422668d3b06c471a39f3159c0d90
parent520ae7656b3c223574b5fce389ca42f3ddc0e589
tests: correct assertion in test-model

I used g_assert_true(named_pair == NULL) instead of g_assert_null(x).
This should be the same but, just in case the argument is not protected
with parenthesis, use the proper macro instead.

This is incidentally the function were the TravisCI builds stall for 10
minutes without output.
src/adg/tests/test-model.c
src/tests/adg-test.c