summaryrefslogtreecommitdiff
path: root/tests/ovsdb-row.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ovsdb-row.at')
-rw-r--r--tests/ovsdb-row.at6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ovsdb-row.at b/tests/ovsdb-row.at
index 0b2ae77b1..891f95329 100644
--- a/tests/ovsdb-row.at
+++ b/tests/ovsdb-row.at
@@ -116,7 +116,7 @@ OVSDB_CHECK_POSITIVE([row hashing (scalars)],
{"i": {"type": "integer"},
"r": {"type": "real"},
"b": {"type": "boolean"},
- "s": {"type": "string"},
+ "s": {"type": "string"},
"u": {"type": "uuid"}}}' \
'["null", {}]' \
'["i1", {"i": 1}]' \
@@ -185,7 +185,7 @@ OVSDB_CHECK_POSITIVE([row hashing (sets)],
{"i": {"type": {"key": "integer", "min": 0, "max": "unlimited"}},
"r": {"type": {"key": "real", "min": 0, "max": "unlimited"}},
"b": {"type": {"key": "boolean", "min": 0, "max": "unlimited"}},
- "s": {"type": {"key": "string", "min": 0, "max": "unlimited"}},
+ "s": {"type": {"key": "string", "min": 0, "max": "unlimited"}},
"u": {"type": {"key": "uuid", "min": 0, "max": "unlimited"}}}}' \
'["null0", {"i": ["set", []]}]' \
'["i0", {"i": ["set", [0]]}]' \
@@ -241,7 +241,7 @@ OVSDB_CHECK_POSITIVE([row hashing (maps)],
"min": 0, "max": "unlimited"}},
"bb": {"type": {"key": "boolean", "value": "boolean",
"min": 0, "max": "unlimited"}},
- "ss": {"type": {"key": "string", "value": "string",
+ "ss": {"type": {"key": "string", "value": "string",
"min": 0, "max": "unlimited"}}}}' \
'["null", {}]' \
'["ii0", {"ii": ["map", [[0, 0]]]}]' \