[mutter/gbsneto/clutter-cleanups-part1: 22/22] tests: Rename actor-anchors to actor-pivot-point



commit 88141f1483c6bc4864ca97cfd402cb98a2e3ea50
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Fri Jun 26 19:26:28 2020 -0300

    tests: Rename actor-anchors to actor-pivot-point
    
    The test only covers the pivot point now, rename to reflect this.
    
    https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1332

 src/tests/clutter/conform/{actor-anchors.c => actor-pivot-point.c} | 0
 src/tests/clutter/conform/meson.build                              | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/tests/clutter/conform/actor-anchors.c b/src/tests/clutter/conform/actor-pivot-point.c
similarity index 100%
rename from src/tests/clutter/conform/actor-anchors.c
rename to src/tests/clutter/conform/actor-pivot-point.c
diff --git a/src/tests/clutter/conform/meson.build b/src/tests/clutter/conform/meson.build
index 2c05799fb5..81b6922f0f 100644
--- a/src/tests/clutter/conform/meson.build
+++ b/src/tests/clutter/conform/meson.build
@@ -9,7 +9,6 @@ clutter_tests_conform_link_args = [
 ]
 
 clutter_conform_tests_actor_tests = [
-  'actor-anchors',
   'actor-clone',
   'actor-destroy',
   'actor-graph',
@@ -20,6 +19,7 @@ clutter_conform_tests_actor_tests = [
   'actor-offscreen-redirect',
   'actor-paint-opacity',
   'actor-pick',
+  'actor-pivot-point',
   'actor-shader-effect',
   'actor-size',
 ]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]