analysis: Interactive tests
Abort if test-behave was passed the wrong type of behaviour to test.
This commit is contained in:
parent
46182233c0
commit
00c4bfc3c6
@ -212,6 +212,10 @@ test_behave_main (int argc, char *argv[])
|
|||||||
p_behave = clutter_behaviour_path_new (alpha, path);
|
p_behave = clutter_behaviour_path_new (alpha, path);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
default:
|
||||||
|
g_assert_not_reached ();
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
clutter_behaviour_apply (p_behave, group);
|
clutter_behaviour_apply (p_behave, group);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user