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