X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fovsdb-column.at;h=7dd55e4131a641fc6a791b76210f7a45faaf5e3f;hb=4eb26d3cd41b6bcbd3e12e85bc9e4f36f47eb430;hp=03cd8dc694100bf4688e92398970d9dfd62e97df;hpb=a4af00400a835eb87569ba40e21874c05e872c0f;p=openvswitch 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"}]])