edbus: Use eina_log in client example and generalize expected values
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Mon, 17 Dec 2012 18:24:49 +0000 (18:24 +0000)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Mon, 17 Dec 2012 18:24:49 +0000 (18:24 +0000)
commitc225c687f2e185ee5320787f217863fc116c9c75
tree9f7390dfd54a1976e815a4258ecbd4de7c83fa6c
parent3a3a4ef7abf3eceed4afae56f52a36eebbb3e294
edbus: Use eina_log in client example and generalize expected values

Keep expected values in a struct. It would be ideal to have all values
and compare functions in an array, so we would be able to set the same
callback function for all methods. But it's already short enough so keep
it as is.

The usage of eina_log here allows us to easily catch which test failed.

SVN revision: 81173
src/examples/client.c