summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-02-10 21:40:42 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2009-02-10 21:40:42 -0800
commit474309f5db284c80994a505a3383c61affc2e735 (patch)
treea8beac5827f9f9a72c9e8d28a43677ae78f1a7dd
parentNewer testcase for HTML encoding. (diff)
downloadmysql-extras-474309f5db284c80994a505a3383c61affc2e735.tar.gz
mysql-extras-474309f5db284c80994a505a3383c61affc2e735.tar.bz2
mysql-extras-474309f5db284c80994a505a3383c61affc2e735.zip
Fix whitespace in testcase.mysql-extras-20090211-0540Z
-rw-r--r--721_all_encode_html_entities_testcase-5.0.76.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/721_all_encode_html_entities_testcase-5.0.76.patch b/721_all_encode_html_entities_testcase-5.0.76.patch
index d77af22..ac0a6cf 100644
--- a/721_all_encode_html_entities_testcase-5.0.76.patch
+++ b/721_all_encode_html_entities_testcase-5.0.76.patch
@@ -22,7 +22,7 @@ diff -Nuar --exclude '*.orig' --exclude '*.rej' mysql.orig/mysql-test/r/mysql.re
diff -Nuar --exclude '*.orig' --exclude '*.rej' mysql.orig/mysql-test/t/mysql.test mysql/mysql-test/t/mysql.test
--- mysql.orig/mysql-test/t/mysql.test 2009-01-15 10:44:56.000000000 -0800
+++ mysql/mysql-test/t/mysql.test 2009-02-10 19:26:33.346202977 -0800
-@@ -309,4 +309,9 @@
+@@ -309,4 +309,10 @@
--exec $MYSQL -c < $MYSQLTEST_VARDIR/tmp/bug38158.sql 2>&1
remove_file $MYSQLTEST_VARDIR/tmp/bug38158.sql;
@@ -31,4 +31,5 @@ diff -Nuar --exclude '*.orig' --exclude '*.rej' mysql.orig/mysql-test/t/mysql.te
+#
+--exec $MYSQL --html test -e "select '< & >' as \`<\`"
+
++--echo
--echo End of 5.0 tests