diff --git a/test/engine/test_reflection.py b/test/engine/test_reflection.py index 2451822b1c..2bff3fa627 100644 --- a/test/engine/test_reflection.py +++ b/test/engine/test_reflection.py @@ -1146,10 +1146,7 @@ class ReflectionTest(fixtures.TestBase, ComparesTables): ) sa.Index("where", table_a.c["from"]) - # There's currently no way to calculate identifier case - # normalization in isolation, so... - - if testing.against("firebird", "oracle"): + if meta.bind.dialect.requires_name_normalize: check_col = "TRUE" else: check_col = "true"