ovsdb: Move ovsdb_table_put_row() into test program.
authorBen Pfaff <blp@nicira.com>
Wed, 1 Jun 2011 23:17:00 +0000 (16:17 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 6 Jun 2011 15:58:02 +0000 (08:58 -0700)
commit29d7226e8b17ce1891aaba8f3009715b24fa664f
tree444f2e997c8a87f4da51f1d53ab37ff88a96ed12
parent1cb29ab050c601448a89eb7311a9f07095921bbd
ovsdb: Move ovsdb_table_put_row() into test program.

This function is not useful inside ovsdb itself but only in the
"test-ovsdb" test program.  To avoid the temptation to use it incorrectly
inside ovsdb, this commit moves it into the test program.
ovsdb/table.c
ovsdb/table.h
tests/test-ovsdb.c