X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fovsdb-table.at;h=25f5dddf3ede2697cb0b9702d73d572d38225b33;hb=76f105d9be03588c2d5ec0b94ff769a1d269f2e4;hp=ebc5992d7e1c0f6976f3effd84004b298f7c84dd;hpb=02dd3123a0e312f1d33403e744af52dd6096f12d;p=openvswitch diff --git a/tests/ovsdb-table.at b/tests/ovsdb-table.at index ebc5992d..25f5dddf 100644 --- a/tests/ovsdb-table.at +++ b/tests/ovsdb-table.at @@ -10,12 +10,6 @@ OVSDB_CHECK_POSITIVE([immutable table with one column], "mutable": false}']], [[{"columns":{"name":{"type":"string"}},"mutable":false}]]) -OVSDB_CHECK_POSITIVE([table with comment], - [[parse-table mytable \ - '{"columns": {"name": {"type": "string"}}, - "comment": "description of table"}']], - [[{"columns":{"name":{"type":"string"}},"comment":"description of table"}]]) - OVSDB_CHECK_NEGATIVE([column names may not begin with _], [[parse-table mytable \ '{"columns": {"_column": {"type": "integer"}}}']],