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:36:03 +0000 (14:36 -0700)
commit1f4f3cd7e05f032ac3e39b877e1e72077ca985d5
tree32b45e2de4ba33947bda10a8a01713dd3dc20948
parent62c87d4aed70d5085bbe1fec4d36c3c2d16c6a00
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