summaryrefslogtreecommitdiff
path: root/tests/buffer-count-test.c
diff options
context:
space:
mode:
authorPekka Paalanen <pekka.paalanen@collabora.co.uk>2015-03-26 12:56:10 +0200
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2015-04-02 12:54:27 +0300
commit4ac06ff97e8fdf9c30c2987df63680274e3356fe (patch)
tree21e35243878d505a36d35d49d4ee501b7377a29b /tests/buffer-count-test.c
parent1ffd4615e84c03728ae13aa8343cce59ceeeeb49 (diff)
tests: rename client_create to create_client_and_test_surface
A more descriptive name to not be confused with create_client(). v2: Rebased: fix also devices-test.c. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> Reviewed-by: Marek Chalupa <mchqwerty@gmail.com>
Diffstat (limited to 'tests/buffer-count-test.c')
-rw-r--r--tests/buffer-count-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/buffer-count-test.c b/tests/buffer-count-test.c
index 31d78c23..693cfc50 100644
--- a/tests/buffer-count-test.c
+++ b/tests/buffer-count-test.c
@@ -124,7 +124,7 @@ TEST(test_buffer_count)
uint32_t buffer_count;
int i;
- test_data.client = client_create(10, 10, 10, 10);
+ test_data.client = create_client_and_test_surface(10, 10, 10, 10);
if (!test_data.client->has_wl_drm)
skip("compositor has not bound its display to EGL\n");