Fixed filename

pull/5381/head
Rahim Kanji 2 months ago
parent b3e8955adb
commit a78bf918a3

@ -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
*/

@ -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:

@ -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.

Loading…
Cancel
Save