summaryrefslogtreecommitdiff
path: root/gio/tests/socket-common.c
diff options
context:
space:
mode:
authorMike Salmela <mike.salmela@iki.fi>2023-04-29 21:04:33 +0300
committerMike Salmela <mike.salmela@iki.fi>2023-04-29 21:48:03 +0300
commitdea11643a9024874a355b7d7dcd26fd6bff01d6f (patch)
treef558f5f390fdebfbd7b87dc29bfca7fa16ea9380 /gio/tests/socket-common.c
parent8a67f0c5c22225b70d0859585b7285e79c4107ca (diff)
downloadglib-dea11643a9024874a355b7d7dcd26fd6bff01d6f.tar.gz
Rename confusing socket test filenames
The gio/tests/socket-client.c doesn't use GSocketClient, which makes the filename confusing. What the file actually tests is the GSocket. Rename it to socket-testclient.c The corresponding GSocket server test file naming doesn't conflict with other class names, but rename it to socket-testserver.c for consistency. Closes #2855
Diffstat (limited to 'gio/tests/socket-common.c')
-rw-r--r--gio/tests/socket-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/tests/socket-common.c b/gio/tests/socket-common.c
index 18d083a30..b740f68e7 100644
--- a/gio/tests/socket-common.c
+++ b/gio/tests/socket-common.c
@@ -1,4 +1,4 @@
-/* #included into both socket-client.c and socket-server.c */
+/* #included into both socket-testclient.c and socket-testserver.c */
#ifdef G_OS_UNIX
static const char *unix_socket_address_types[] = {