From 266c45336d7a076bc6ffee968d9fc029762b3ad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Guisasola?= Date: Mon, 3 Dec 2018 16:22:40 -0200 Subject: [PATCH] Standardizing test files. --- tests/firebird.lua | 4 ++++ tests/oci8.lua | 3 +-- tests/odbc.lua | 1 - tests/sqlite.lua | 1 - tests/sqlite3.lua | 1 - 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/firebird.lua b/tests/firebird.lua index d8e4f68..dba5fc9 100644 --- a/tests/firebird.lua +++ b/tests/firebird.lua @@ -1,3 +1,7 @@ +--------------------------------------------------------------------- +-- Firebird specific tests and configurations. +--------------------------------------------------------------------- + DEFINITION_STRING_TYPE_NAME = "VARCHAR(80)" QUERYING_STRING_TYPE_NAME = "string" diff --git a/tests/oci8.lua b/tests/oci8.lua index 09219c2..18d2c11 100644 --- a/tests/oci8.lua +++ b/tests/oci8.lua @@ -1,10 +1,9 @@ --------------------------------------------------------------------- -- Oracle specific tests and configurations. --- $Id: oci8.lua,v 1.3 2006/05/31 21:43:15 carregal Exp $ --------------------------------------------------------------------- table.insert (CUR_METHODS, "numrows") table.insert (EXTENSIONS, numrows) DEFINITION_STRING_TYPE_NAME = "varchar(60)" -QUERYING_STRING_TYPE_NAME = "string" \ No newline at end of file +QUERYING_STRING_TYPE_NAME = "string" diff --git a/tests/odbc.lua b/tests/odbc.lua index 5e2a36b..a3c9136 100644 --- a/tests/odbc.lua +++ b/tests/odbc.lua @@ -1,6 +1,5 @@ --------------------------------------------------------------------- -- ODBC specific tests and configurations. --- $Id: odbc.lua,v 1.2 2006/01/25 19:54:21 tomas Exp $ --------------------------------------------------------------------- QUERYING_STRING_TYPE_NAME = "string" diff --git a/tests/sqlite.lua b/tests/sqlite.lua index 6009ad4..2e511cd 100644 --- a/tests/sqlite.lua +++ b/tests/sqlite.lua @@ -1,6 +1,5 @@ --------------------------------------------------------------------- -- SQLite specific tests and configurations. --- $Id: sqlite.lua,v 1.2 2006/05/31 21:43:33 carregal Exp $ --------------------------------------------------------------------- --------------------------------------------------------------------- diff --git a/tests/sqlite3.lua b/tests/sqlite3.lua index 1773cf1..3370d3e 100644 --- a/tests/sqlite3.lua +++ b/tests/sqlite3.lua @@ -1,6 +1,5 @@ --------------------------------------------------------------------- -- SQLite specific tests and configurations. --- $Id: sqlite3.lua,v 1.2 2007/10/16 15:42:50 carregal Exp $ --------------------------------------------------------------------- DROP_TABLE_RETURN_VALUE = 1