interactive: Rename test-rotate

The rotation test is now really testing the shader-based effects we ship
with Clutter. The name should be changed to reflect that.
This commit is contained in:
Emmanuele Bassi 2010-12-16 15:30:53 +00:00
parent c2365c63cf
commit 397e0ddb16
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ UNIT_TESTS = \
test-actors.c \
test-actor-clone.c \
test-behave.c \
test-rotate.c \
test-shader-effects.c \
test-depth.c \
test-threads.c \
test-script.c \

View File

@ -8,7 +8,7 @@
#include <clutter/clutter.h>
G_MODULE_EXPORT int
test_rotate_main (int argc, char *argv[])
test_shader_effects_main (int argc, char *argv[])
{
ClutterTimeline *timeline;
ClutterActor *stage, *hand, *label, *rect;