From 1be0ca8c754ba6004dffad1fb9ec2a4546f9fb7f Mon Sep 17 00:00:00 2001 From: Paolo Chiodi Date: Tue, 14 Jul 2020 18:14:09 +0200 Subject: [PATCH] rename camel_case to upper_case --- test/expected/{versioning_camel_case.out => upper_case.out} | 0 test/runTest.sh | 2 +- test/runTestNochecks.sh | 2 +- test/sql/{versioning_camel_case.sql => upper_case.sql} | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename test/expected/{versioning_camel_case.out => upper_case.out} (100%) rename test/sql/{versioning_camel_case.sql => upper_case.sql} (100%) diff --git a/test/expected/versioning_camel_case.out b/test/expected/upper_case.out similarity index 100% rename from test/expected/versioning_camel_case.out rename to test/expected/upper_case.out diff --git a/test/runTest.sh b/test/runTest.sh index b8d029f..6e706fa 100644 --- a/test/runTest.sh +++ b/test/runTest.sh @@ -8,7 +8,7 @@ mkdir -p test/result TESTS=" no_history_table no_history_system_period no_system_period invalid_system_period_values invalid_system_period invalid_types - versioning versioning_camel_case structure combinations + versioning upper_case structure combinations different_schema unchanged_values" for name in $TESTS; do diff --git a/test/runTestNochecks.sh b/test/runTestNochecks.sh index cd796c4..d1a11be 100644 --- a/test/runTestNochecks.sh +++ b/test/runTestNochecks.sh @@ -5,7 +5,7 @@ psql temporal_tables_test -q -f versioning_function_nochecks.sql mkdir -p test/result -TESTS="versioning versioning_camel_case structure combinations different_schema unchanged_values" +TESTS="versioning upper_case structure combinations different_schema unchanged_values" for name in $TESTS; do echo "" diff --git a/test/sql/versioning_camel_case.sql b/test/sql/upper_case.sql similarity index 100% rename from test/sql/versioning_camel_case.sql rename to test/sql/upper_case.sql