summaryrefslogtreecommitdiff
path: root/keama/tests/optiondecl4.out
diff options
context:
space:
mode:
Diffstat (limited to 'keama/tests/optiondecl4.out')
-rw-r--r--keama/tests/optiondecl4.out21
1 files changed, 11 insertions, 10 deletions
diff --git a/keama/tests/optiondecl4.out b/keama/tests/optiondecl4.out
index 19c092bf..4428154f 100644
--- a/keama/tests/optiondecl4.out
+++ b/keama/tests/optiondecl4.out
@@ -127,17 +127,18 @@
"code": 100,
"record-types": "boolean, uint8",
"type": "record"
+ },
+ /// unsupported array inside a record
+ {
+ "space": "foobar",
+ "name": "fmt-Ia",
+ "code": 150,
+ "array": true,
+// "definition": "{ uint32, array of boolean}",
+ /// Option definition is not compatible with Kea
+ /// Fallback to full binary
+ "type": "binary"
}
-// /// unsupported array inside a record
-// {
-// "space": "foobar",
-// "name": "fmt-Ia",
-// "code": 150,
-// "array": true,
-// "record-types": "uint32, boolean",
-// "type": "record",
-// "definition": "[ uint32, array of boolean]"
-// }
]
}
}