From 62d206921043468c60deb0fdeaeff9f8e351d6b7 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 26 Oct 2009 18:23:20 +0000 Subject: [PATCH] whats up with the native_unicode test on jython --- test/sql/test_types.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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! »" -- 2.47.2