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:47:44 +0000 (14:47 -0700)
commitec45a0d3a5eb69391f8497c8b1c19fbb8950c07e
tree6705524d0d06847b83e519bbb7f50432492e9f87
parenteea62db5e278c5d9183f35a1fb42cc0fbafa86c0
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