MXS-1542: Add test case

Added test case that checks whether UTF16 strings work. The test is
expected to fail.
This commit is contained in:
Markus Mäkelä
2018-01-03 10:37:03 +02:00
parent b5914df4f9
commit 00ca809963
2 changed files with 44 additions and 0 deletions

View File

@ -518,6 +518,10 @@ add_test_executable(mxs1509.cpp mxs1509 mxs1509 LABELS REPL_BACKEND)
# https://jira.mariadb.org/browse/MXS-1516
add_test_executable(mxs1516.cpp mxs1516 replication LABELS REPL_BACKEND)
# MXS-1542: Check that UTF16 strings work
# https://jira.mariadb.org/browse/MXS-1542
add_test_executable(mxs1542.cpp mxs1542 avro LABELS REPL_BACKEND)
# MXS-1585: Crash in MaxScale 2.1.12
# https://jira.mariadb.org/browse/MXS-1585
add_test_executable(mxs1585.cpp mxs1585 mxs1585 LABELS REPL_BACKEND)