ovsdb-idl: Fix resolution of references from one table to another.
authorBen Pfaff <blp@nicira.com>
Thu, 3 Dec 2009 18:35:45 +0000 (10:35 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 3 Dec 2009 18:55:00 +0000 (10:55 -0800)
commite9011ac83235d37c8c05efee1a200f0879080187
tree881b1f10bfef660b1773e2cf23de41990f2ec683
parent75c7fd6c824da2700b494e7e228b88d172f78be3
ovsdb-idl: Fix resolution of references from one table to another.

Our tests only checked references from a table to itself, so of course
there were bugs in references from one table to another.  This fixes the
obvious one and adds a test.
lib/ovsdb-idl.c
tests/idltest.ovsidl
tests/ovsdb-idl.at
tests/test-ovsdb.c