web/test/unittest_idownloadable.py
changeset 10592 dfa1dcf4d7f1
parent 9650 896b63873173
child 10731 0736e31f8644
--- a/web/test/unittest_idownloadable.py	Fri Sep 11 15:50:29 2015 +0200
+++ b/web/test/unittest_idownloadable.py	Fri Sep 11 15:52:18 2015 +0200
@@ -91,9 +91,9 @@
 
     def test_header_with_space_and_comma(self):
         with self.admin_access.web_request() as req:
-            self.create_user(req, login=ur'c " l\ a', password='babar')
+            self.create_user(req, login=u'c " l\\ a', password='babar')
             req.cnx.commit()
-        with self.new_access(ur'c " l\ a').web_request() as req:
+        with self.new_access(u'c " l\\ a').web_request() as req:
             req.form['vid'] = 'download'
             req.form['eid'] = str(req.user.eid)
             data = self.ctrl_publish(req,'view')