[layout] Rename BinLayout and FlowLayout interactive tests
authorEmmanuele Bassi <ebassi@gnome.org>
Wed, 7 Oct 2009 10:42:09 +0000 (11:42 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 14 Oct 2009 10:31:30 +0000 (11:31 +0100)
The BinLayout and FlowLayout interactive tests should be named more
explicitly.

.gitignore
tests/interactive/Makefile.am
tests/interactive/test-bin-layout.c [moved from tests/interactive/test-box.c with 99% similarity]
tests/interactive/test-flow-layout.c [moved from tests/interactive/test-flow.c with 98% similarity]

index 48bf770..2ebadd2 100644 (file)
@@ -133,8 +133,8 @@ TAGS
 /tests/interactive/redhand_alpha.png
 /tests/interactive/test-script.json
 /tests/interactive/test-clutter-cairo-flowers
-/tests/interactive/test-box
-/tests/interactive/test-flow
+/tests/interactive/test-bin-layout
+/tests/interactive/test-flow-layout
 /tests/conform/stamp-test-conformance
 /tests/conform/test-anchors
 /tests/conform/test-conformance
index 193e113..a0af9d1 100644 (file)
@@ -44,8 +44,8 @@ UNIT_TESTS = \
         test-text-field.c \
        test-clutter-cairo-flowers.c \
        test-cogl-vertex-buffer.c \
-       test-box.c \
-       test-flow.c
+       test-bin-layout.c \
+       test-flow-layout.c
 
 if X11_TESTS
 UNIT_TESTS += test-pixmap.c
similarity index 99%
rename from tests/interactive/test-box.c
rename to tests/interactive/test-bin-layout.c
index 777c8e2..8fcc051 100644 (file)
@@ -91,7 +91,7 @@ on_box_leave (ClutterActor *box,
 }
 
 G_MODULE_EXPORT int
-test_box_main (int argc, char *argv[])
+test_bin_layout_main (int argc, char *argv[])
 {
   ClutterActor *stage, *box, *rect;
   ClutterLayoutManager *layout;
similarity index 98%
rename from tests/interactive/test-flow.c
rename to tests/interactive/test-flow-layout.c
index 00348e7..ccca504 100644 (file)
@@ -60,7 +60,7 @@ static GOptionEntry entries[] = {
 };
 
 G_MODULE_EXPORT int
-test_flow_main (int argc, char *argv[])
+test_flow_layout_main (int argc, char *argv[])
 {
   ClutterActor *stage, *box;
   ClutterLayoutManager *layout;