tests: Fix tests with UCS-2 Python.
authorEthan Jackson <ethan@nicira.com>
Mon, 31 Jan 2011 04:02:16 +0000 (20:02 -0800)
committerEthan Jackson <ethan@nicira.com>
Mon, 31 Jan 2011 22:59:27 +0000 (14:59 -0800)
commit656833530941ef21c1a59656a5572b5155d0c302
treea014fba56afbb34c3915cfa48cb9167f1e81efe9
parent9e980142f482f44020f27e5acb7c29e9a8aba9b0
tests: Fix tests with UCS-2 Python.

Python can be built with either UCS2 or UCS4 support.  When built
with UCS2 the python related surrogate pairs tests cannot pass.
This commit handles this situation more gracefully.
tests/json.at
tests/ovsdb-data.at