analysis: Interactive tests

Abort if test-behave was passed the wrong type of behaviour to test.
This commit is contained in:
Emmanuele Bassi 2010-02-12 14:45:49 +00:00
parent 46182233c0
commit 00c4bfc3c6

View File

@ -212,6 +212,10 @@ test_behave_main (int argc, char *argv[])
p_behave = clutter_behaviour_path_new (alpha, path);
}
break;
default:
g_assert_not_reached ();
break;
}
clutter_behaviour_apply (p_behave, group);