aboutsummaryrefslogtreecommitdiff
path: root/tests/ovsdb-column.at
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-03-05 17:05:43 -0800
committerBen Pfaff <blp@nicira.com>2010-03-05 17:05:43 -0800
commit2e57b537305cbaa6f724a28957510a6d86aa2d0f (patch)
tree95122be4e117996e9802cb8f254467c2a4eb4887 /tests/ovsdb-column.at
parent8936565369410daa099708be4cd3fa7e0e39bade (diff)
ovsdb: Remove "comment" support from OVSDB schemas.
Using a separate XML file to document a schema is much more flexible. You end up with two files (a schema and documentation for it), each of which is readable and maintainable, instead of a single schema file that is almost illegible.
Diffstat (limited to 'tests/ovsdb-column.at')
-rw-r--r--tests/ovsdb-column.at5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/ovsdb-column.at b/tests/ovsdb-column.at
index 03cd8dc6..7dd55e41 100644
--- a/tests/ovsdb-column.at
+++ b/tests/ovsdb-column.at
@@ -11,8 +11,3 @@ OVSDB_CHECK_POSITIVE([immutable column],
OVSDB_CHECK_POSITIVE([ephemeral column],
[[parse-column mycol '{"type": "uuid", "ephemeral": true}']],
[[{"ephemeral":true,"type":"uuid"}]])
-
-OVSDB_CHECK_POSITIVE([column with comment],
- [[parse-column mycol '{"type": "boolean",
- "comment": "extra information about this column"}']],
- [[{"comment":"extra information about this column","type":"boolean"}]])