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