From c7ff3bdb987e2e336c174c6cee521900932a6a53 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 13 Oct 2005 11:28:06 +0200 Subject: Updated after testing mysql-test/mysql-test-run.pl: Improved printouts mysql-test/r/compress.result: Updated test result mysql-test/r/ssl.result: Updated test result mysql-test/r/ssl_compress.result: Updated test result mysql-test/t/compress.test: Use new connection Use common include file Test feature is turned on both before and after tests mysql-test/t/ssl.test: Use new connection Use common include file Test feature is turned on both before and after tests mysql-test/t/ssl_compress.test: Use new connection Use common include file Test feature is turned on both before and after tests --- mysql-test/t/ssl_compress.test | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'mysql-test/t/ssl_compress.test') diff --git a/mysql-test/t/ssl_compress.test b/mysql-test/t/ssl_compress.test index 2d40b85c33d..f5fe86e9a81 100644 --- a/mysql-test/t/ssl_compress.test +++ b/mysql-test/t/ssl_compress.test @@ -4,11 +4,7 @@ -- source include/have_openssl.inc -- source include/have_compress.inc - -# Reconnect to turn ssl and compress on for -# default connection -disconnect default; -connect (default,localhost,root,,,,,SSL COMPRESS); +connect (ssl_compress_con,localhost,root,,,,,SSL COMPRESS); # Check ssl turned on SHOW STATUS LIKE 'Ssl_cipher'; @@ -17,5 +13,10 @@ SHOW STATUS LIKE 'Ssl_cipher'; SHOW STATUS LIKE 'Compression'; # Source select test case --- source t/select.test +-- source include/common-tests.inc + +# Check ssl turned on +SHOW STATUS LIKE 'Ssl_cipher'; +# Check compression turned on +SHOW STATUS LIKE 'Compression'; -- cgit v1.2.1