diff --git a/test/tap/tests/pgsql-admin_metacmds-t.cpp b/test/tap/tests/pgsql-admin_metacmds-t.cpp index 1cd5cafa4..7d3140db7 100644 --- a/test/tap/tests/pgsql-admin_metacmds-t.cpp +++ b/test/tap/tests/pgsql-admin_metacmds-t.cpp @@ -1,5 +1,5 @@ /** - * @file pgsql_admin_metacmds-t.cpp + * @file pgsql-admin_metacmds-t.cpp * @brief This test validates PostgreSQL psql meta-commands in the admin interface. * Uses actual psql client to test: \dt, \di, \dv, \d, \l commands */ diff --git a/test/tap/tests/pgsql-admin_metacmds_describe_all_tables-t.cpp b/test/tap/tests/pgsql-admin_metacmds_describe_all_tables-t.cpp index e72903b93..0a8bf02d9 100644 --- a/test/tap/tests/pgsql-admin_metacmds_describe_all_tables-t.cpp +++ b/test/tap/tests/pgsql-admin_metacmds_describe_all_tables-t.cpp @@ -1,5 +1,5 @@ /** - * @file pgsql_describe_all_tables-t.cpp + * @file pgsql-describe_all_tables-t.cpp * @brief Comprehensive test for \d meta-command on all admin tables * * This test validates that \d works correctly on ALL admin tables by: diff --git a/test/tap/tests/pgsql-admin_metacmds_describe_queries-t.cpp b/test/tap/tests/pgsql-admin_metacmds_describe_queries-t.cpp index 514d2928c..cd2f55c27 100644 --- a/test/tap/tests/pgsql-admin_metacmds_describe_queries-t.cpp +++ b/test/tap/tests/pgsql-admin_metacmds_describe_queries-t.cpp @@ -1,6 +1,6 @@ /** - * @file pgsql_describe_concert-t.cpp - * @brief Advanced concert testing for \d meta-command query sequence with data validation + * @file pgsql-describe_aueries-t.cpp + * @brief Advanced testing for \d meta-command query sequence with data validation * * This test validates each of the 8 queries in the \d tablename sequence * by executing them individually and checking the response format AND data accuracy.