[seloger] fix #1883 handle special characters

This commit is contained in:
Bezleputh 2015-05-16 17:01:12 +02:00 committed by Romain Bignon
commit 339283a3c3
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ class SeLogerTest(BackendTest):
query.area_min = 20
query.cost_max = 1000
query.cities = []
for city in self.backend.search_city('paris'):
for city in self.backend.search_city(u'Ferté'):
city.backend = self.backend.name
query.cities.append(city)