changeset 62:c3634ffa5a82

Use \u00F6 character to test unicode awareness.
author Daniele Nicolodi <daniele@grinta.net>
date Sat, 13 Aug 2011 23:56:23 +0200
parents 59ad887c794b
children 52480306b641
files src/ltpdarepo/admin.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ltpdarepo/admin.py	Sat Aug 13 20:27:24 2011 +0200
+++ b/src/ltpdarepo/admin.py	Sat Aug 13 23:56:23 2011 +0200
@@ -291,7 +291,7 @@
     useradd('u1', password='u1')
     grant('u1', '%', ['admin', ])
     createdb('db1', description=u'Test database One')
-    createdb('db2', description=u'Test database Two \u2766')
+    createdb('db2', description=u'Test database Tw\u00F6')
     populate('db1', 30)
     grant('u1', 'db1', ['select', 'insert', 'update', 'delete'])