List:Commits« Previous MessageNext Message »
From:Georgi Kodinov Date:November 27 2009 2:46pm
Subject:bzr commit into mysql-5.0-bugteam branch (joro:2854) Bug#27884
View as plain text  
#At file:///home/kgeorge/mysql/work/B48872-5.0-bugteam/ based on revid:joro@stripped

 2854 Georgi Kodinov	2009-11-27
      Addendum to Bug #27884: fixed test incompatibility on windows.

    modified:
      mysql-test/t/mysql.test
=== modified file 'mysql-test/t/mysql.test'
--- a/mysql-test/t/mysql.test	2009-11-23 22:38:08 +0000
+++ b/mysql-test/t/mysql.test	2009-11-27 13:46:54 +0000
@@ -359,7 +359,10 @@ remove_file $MYSQLTEST_VARDIR/tmp/bug310
 #
 # Bug #27884: mysql --html does not quote HTML special characters in output
 # 
---exec $MYSQL --html test -e "select '< & >' as \`<\`"
+--write_file $MYSQLTEST_VARDIR/tmp/bug27884.sql
+SELECT '< & >' AS `<`;
+EOF
+--exec $MYSQL --html test < $MYSQLTEST_VARDIR/tmp/bug27884.sql
 --echo
 
 --echo End of 5.0 tests


Attachment: [text/bzr-bundle] bzr/joro@sun.com-20091127134654-a2nx7yc8k02zcv0w.bundle
Thread
bzr commit into mysql-5.0-bugteam branch (joro:2854) Bug#27884Georgi Kodinov27 Nov