tests: Fix bug in ovsdb-server test suite.
authorBen Pfaff <blp@nicira.com>
Fri, 7 May 2010 17:34:35 +0000 (10:34 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 7 May 2010 21:36:02 +0000 (14:36 -0700)
commit62c87d4aed70d5085bbe1fec4d36c3c2d16c6a00
tree8105df1b6d354f38e5da0f2ce5cc80bae43ff0e0
parent26adc8ddd75df99c17bf4bbe8dac5562213866bc
tests: Fix bug in ovsdb-server test suite.

The formatting of OVSDB syntax errors differed between big-endian and
little-endian systems, which caused the "database multiplexing
implementation" test to fail on SPARC.  This commit fixes the problem by
always outputting JSON in syntax errors in deterministic (sorted) order.
lib/ovsdb-error.c
tests/ovsdb-server.at