summaryrefslogtreecommitdiff
path: root/tests/ovsdb-schema.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ovsdb-schema.at')
-rw-r--r--tests/ovsdb-schema.at22
1 files changed, 11 insertions, 11 deletions
diff --git a/tests/ovsdb-schema.at b/tests/ovsdb-schema.at
index 9957ebdd4..d606d718d 100644
--- a/tests/ovsdb-schema.at
+++ b/tests/ovsdb-schema.at
@@ -60,17 +60,17 @@ dnl Immutable weak references are forced to be mutable.
OVSDB_CHECK_POSITIVE_CPY([schema with immutable weak references],
[[parse-schema \
'{"name": "mydb",
- "version": "4.2.1",
- "tables": {
- "a": {
- "columns": {
- "x": {
- "type": {
- "key": {
- "type": "uuid",
- "refTable": "a",
- "refType": "weak"}},
- "mutable": false}}}}}']],
+ "version": "4.2.1",
+ "tables": {
+ "a": {
+ "columns": {
+ "x": {
+ "type": {
+ "key": {
+ "type": "uuid",
+ "refTable": "a",
+ "refType": "weak"}},
+ "mutable": false}}}}}']],
[[{"name":"mydb","tables":{"a":{"columns":{"x":{"type":{"key":{"refTable":"a","refType":"weak","type":"uuid"}}}}}},"version":"4.2.1"}]])
dnl Schemas without version numbers are accepted for backward