aboutsummaryrefslogtreecommitdiff
path: root/tests/ovsdb-column.at
diff options
context:
space:
mode:
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"}]])