summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/inheritance
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-04-08 16:32:55 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-04-08 16:32:55 +0000
commit212382c5907084d3ce51e87804a2590fb9d0ba07 (patch)
treeb47b9b57266c29170ac089303253fd1c260a317c /config-model/src/test/derived/inheritance
parent384505ff39ab15c812d753853a7147e2c0440fca (diff)
CASE_INSENSITIVE until we can safely downgrade.
Diffstat (limited to 'config-model/src/test/derived/inheritance')
-rw-r--r--config-model/src/test/derived/inheritance/attributes.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/config-model/src/test/derived/inheritance/attributes.cfg b/config-model/src/test/derived/inheritance/attributes.cfg
index be9ccf47be3..900a93efe23 100644
--- a/config-model/src/test/derived/inheritance/attributes.cfg
+++ b/config-model/src/test/derived/inheritance/attributes.cfg
@@ -3,7 +3,7 @@ attribute[].datatype INT32
attribute[].collectiontype SINGLE
attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
-attribute[].dictionary.match UNCASED
+attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -33,7 +33,7 @@ attribute[].datatype INT32
attribute[].collectiontype SINGLE
attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
-attribute[].dictionary.match UNCASED
+attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -63,7 +63,7 @@ attribute[].datatype STRING
attribute[].collectiontype SINGLE
attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
-attribute[].dictionary.match UNCASED
+attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false