diff options
author | unknown <jimw@mysql.com> | 2005-02-10 18:08:30 -0800 |
---|---|---|
committer | unknown <jimw@mysql.com> | 2005-02-10 18:08:30 -0800 |
commit | 20586596285bc31eb8ad76a71504d17a4fa71cf1 (patch) | |
tree | 779b402a12190be99434357ca4b71e0d129f29b4 /mysql-test/mysql-test-run.sh | |
parent | 4f7a0857f17247e05ed05dd6263acba059982337 (diff) | |
download | mariadb-git-20586596285bc31eb8ad76a71504d17a4fa71cf1.tar.gz |
Re-enable ctype_latin1_de test for embedded server (already passes, so it
appears to have been accidently disabled) and enable ctype_ucs after moving
a subtest that requires binlog to its own test file.
mysql-test/mysql-test-run.sh:
Remove hardcoded skip of ctype_latin1_de and ctype_ucs for embedded server
mysql-test/t/ctype_ucs.test:
Move binlog test to a new test file
mysql-test/r/ctype_ucs.result:
Update result after test moved
Diffstat (limited to 'mysql-test/mysql-test-run.sh')
-rw-r--r-- | mysql-test/mysql-test-run.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh index 0bc68c3b6bb..f31d1af48aa 100644 --- a/mysql-test/mysql-test-run.sh +++ b/mysql-test/mysql-test-run.sh @@ -1508,8 +1508,6 @@ run_testcase () for t in \ "bdb-deadlock" \ "connect" \ - "ctype_latin1_de" \ - "ctype_ucs" \ "flush_block_commit" \ "grant2" \ "grant_cache" \ |