tests: Fix bug in "weak references" test.
authorBen Pfaff <blp@nicira.com>
Fri, 7 May 2010 17:38:13 +0000 (10:38 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 7 May 2010 21:47:47 +0000 (14:47 -0700)
commit549c1d0d63b20492d44384f91b7ecf0ac3ea77a9
treeb3b30f50984c1ab39c38ce7f6f6265b6bfa5c47f
parentec45a0d3a5eb69391f8497c8b1c19fbb8950c07e
tests: Fix bug in "weak references" test.

One part of the "weak references" test inserts invalid all-zeros weak
references into two columns and expects to get an error message mentioning
one of them.  Unfortunately the one that actually gets mentioned depends
on hash ordering and thus differs between big-endian and little-endian
machines.  This commit fixes the problem by only putting an invalid
reference in a single column, instead of two of them.
tests/ovsdb-execution.at