From b1f7c22a24291b3da4252c49464a3e9f433050fe Mon Sep 17 00:00:00 2001 From: Vasily Galkin Date: Mon, 21 Jan 2019 21:58:32 +0300 Subject: [PATCH] gdbus, tests: rename gdbus-unix-addresses test to gdbus-address-get-session In preparation of adding non-unix testcase to the test. --- gio/tests/.gitignore | 2 +- gio/tests/dbus-launch.c | 2 +- .../{gdbus-unix-addresses.c => gdbus-address-get-session.c} | 0 gio/tests/meson.build | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename gio/tests/{gdbus-unix-addresses.c => gdbus-address-get-session.c} (100%) diff --git a/gio/tests/.gitignore b/gio/tests/.gitignore index 69e02d573..e6c9124a4 100644 --- a/gio/tests/.gitignore +++ b/gio/tests/.gitignore @@ -76,7 +76,7 @@ gdbus-test-codegen-old gdbus-test-fixture gdbus-testserver gdbus-threading -gdbus-unix-addresses +gdbus-address-get-session glistmodel gio-du giomodule diff --git a/gio/tests/dbus-launch.c b/gio/tests/dbus-launch.c index 90d8d069e..ef5721941 100644 --- a/gio/tests/dbus-launch.c +++ b/gio/tests/dbus-launch.c @@ -1,5 +1,5 @@ /* - * Mock version of dbus-launch, for gdbus-unix-addresses test + * Mock version of dbus-launch, for gdbus-address-get-session test * * Copyright © 2015 Collabora Ltd. * diff --git a/gio/tests/gdbus-unix-addresses.c b/gio/tests/gdbus-address-get-session.c similarity index 100% rename from gio/tests/gdbus-unix-addresses.c rename to gio/tests/gdbus-address-get-session.c diff --git a/gio/tests/meson.build b/gio/tests/meson.build index 5c0e03365..31ed7d167 100644 --- a/gio/tests/meson.build +++ b/gio/tests/meson.build @@ -283,7 +283,7 @@ if host_machine.system() != 'windows' '-DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_36'], }, 'gapplication' : {'extra_sources' : extra_sources}, - 'gdbus-unix-addresses' : {}, + 'gdbus-address-get-session' : {}, } if not glib_have_cocoa