tests: Skip "strings at least 2 characters long" test for narrow Python.
authorBen Pfaff <blp@nicira.com>
Mon, 12 Mar 2012 21:46:56 +0000 (14:46 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 12 Mar 2012 21:46:56 +0000 (14:46 -0700)
commit4807bca9553b47e4213a85740b02ceff7f71aa6b
tree43a023104ce8b2990c64b820971e4e7ee4a3e8c7
parent2666caae11db3d5e9761ef15bf6e214a9ca51af8
tests: Skip "strings at least 2 characters long" test for narrow Python.

Narrow Python can't handle Unicode characters outside the BMP, so skip the
test.

Reported-by: Michael Shigorin <mike@osdn.org.ua>
Tested-by: Michael Shigorin <mike@osdn.org.ua>
Signed-off-by: Ben Pfaff <blp@nicira.com>
AUTHORS
tests/ovsdb-data.at
tests/ovsdb.at