Commit 210060a2 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

test: update testWebCrawler to follow changes in urlnorm > 2.13.

parent be35539b
......@@ -210,7 +210,7 @@ class TestWebCrawler(ERP5TypeTestCase):
web_page.edit(text_content=text_content)
self.assertEqual(web_page.getContentBaseURL(), "http://www.example.com")
self.assertEqual(web_page.getContentNormalisedURLList(),
["http://www.example.com/I%20don't%20care%20I%20put%20what/%20I%20want/",
["http://www.example.com/I don't care I put what/ I want/",
'http://www.example.com/section',
'http://www.example.com/section2',
'http://www.example.com/?title=\xc3\xa9crit',])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment