|
@ -23,7 +23,7 @@ class TestBaseLocationGeonamesImport(common.TransactionCase): |
|
|
self.assertEqual(len(states), 1) |
|
|
self.assertEqual(len(states), 1) |
|
|
zip_domain = [ |
|
|
zip_domain = [ |
|
|
('name', '=', '98000'), |
|
|
('name', '=', '98000'), |
|
|
('city', '=', 'Ciappaira'), |
|
|
|
|
|
|
|
|
('city', '=', 'Jardin Japonais'), |
|
|
('state_id', '=', states[0].id), |
|
|
('state_id', '=', states[0].id), |
|
|
('country_id', '=', self.country.id), |
|
|
('country_id', '=', self.country.id), |
|
|
] |
|
|
] |
|
|