1
0
Fork 0

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
This commit is contained in:
Georges Basile Stavracas Neto 2020-06-26 19:26:28 -03:00 committed by Robert Mader
parent 7146a6dddb
commit 88141f1483
2 changed files with 1 additions and 1 deletions

View file

@ -9,7 +9,6 @@ clutter_tests_conform_link_args = [
] ]
clutter_conform_tests_actor_tests = [ clutter_conform_tests_actor_tests = [
'actor-anchors',
'actor-clone', 'actor-clone',
'actor-destroy', 'actor-destroy',
'actor-graph', 'actor-graph',
@ -20,6 +19,7 @@ clutter_conform_tests_actor_tests = [
'actor-offscreen-redirect', 'actor-offscreen-redirect',
'actor-paint-opacity', 'actor-paint-opacity',
'actor-pick', 'actor-pick',
'actor-pivot-point',
'actor-shader-effect', 'actor-shader-effect',
'actor-size', 'actor-size',
] ]