From: Mike Bayer Date: Mon, 26 Oct 2009 18:23:20 +0000 (+0000) Subject: whats up with the native_unicode test on jython X-Git-Tag: rel_0_6beta1~217 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62d206921043468c60deb0fdeaeff9f8e351d6b7;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git whats up with the native_unicode test on jython --- diff --git a/test/sql/test_types.py b/test/sql/test_types.py index c226b96ec6..100ff8b782 100644 --- a/test/sql/test_types.py +++ b/test/sql/test_types.py @@ -262,10 +262,14 @@ class UnicodeTest(TestBase, AssertsExecutionResults): ( ('postgresql','psycopg2'), ('postgresql','pg8000'), - #('postgresql','zxjdbc'), # really ? why not pg - ('mysql','zxjdbc'), # but then yes for Mysql ? + ('postgresql','zxjdbc'), + ('mysql','zxjdbc'), ('sqlite','pysqlite'), - )) + )), \ + "name: %s driver %s returns_unicode_strings=%s" % \ + (testing.db.name, + testing.db.driver, + testing.db.dialect.returns_unicode_strings) def test_round_trip(self): unicodedata = u"Alors vous imaginez ma surprise, au lever du jour, quand une drôle de petit voix m’a réveillé. Elle disait: « S’il vous plaît… dessine-moi un mouton! »"