summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/configmodel/types/types.sd
diff options
context:
space:
mode:
authorLester Solbakken <lesters@oath.com>2018-10-23 09:02:44 +0200
committerLester Solbakken <lesters@oath.com>2018-10-23 09:02:44 +0200
commit0857f3d0f3e6e1e1320a3dcd09380fbdac193e06 (patch)
treece3e34f1e012dd9ab40b9a1dac648de1f2fbe805 /config-model/src/test/configmodel/types/types.sd
parentf77121c5e9cff27f81ce5a3a39955855bc544c27 (diff)
Revert "Revert "Disallow complex types as keys for nested types in arrays""
This reverts commit bb42d0c6f30de25b9ca6b8e232b6920aeb51a7d1. Reason for system tests failing was changes in the system tests, not this PR.
Diffstat (limited to 'config-model/src/test/configmodel/types/types.sd')
-rw-r--r--config-model/src/test/configmodel/types/types.sd2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/test/configmodel/types/types.sd b/config-model/src/test/configmodel/types/types.sd
index c55c5611bc5..f34a6776b11 100644
--- a/config-model/src/test/configmodel/types/types.sd
+++ b/config-model/src/test/configmodel/types/types.sd
@@ -92,7 +92,7 @@ search types {
field arrarr type array<array<array<string>>> {header}
field maparr type array<map<string, string>> {header}
- field complexarray type array< map<array<array<string>>, int> > {body}
+ field complexarray type array< map<int, array<array<string>>> > {body}
struct mystruct {
field bytearr type array<byte>{}