conform/actor: Add unit for the Container signals
authorEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 9 Feb 2012 16:44:28 +0000 (16:44 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 9 Feb 2012 16:48:08 +0000 (16:48 +0000)
commit8ba0351c7ab8f1c9e0d76c78fb56c3b9e8fe4210
treeec8b22f1f4792228232554ebf7869c761eb55038
parentfee53a2993db3795bd7ffbb4e878c807ccdaa80c
conform/actor: Add unit for the Container signals

ClutterActor should be emitting signals defined on the ClutterContainer
interface, as well as ensuring that manipulating the scene graph is
still possible from within them.

The new unit checks that we're emitting signals, by implementing
something similar to the Bin class available in toolkits like gtk, st,
and mx — i.e. a container that can only hold one child at any given
point.
tests/conform/test-actor-graph.c
tests/conform/test-conform-main.c