1 diff -upr a/cherrypy/test/test_tools.py b/cherrypy/test/test_tools.py
2 --- a/cherrypy/test/test_tools.py 2020-04-17 19:49:39.000000000 +0200
3 +++ b/cherrypy/test/test_tools.py 2020-04-22 17:01:08.273039145 +0200
4 @@ -344,6 +344,9 @@ class ToolTests(helper.CPWebCase):
5 self.assertInBody(expected_msg)
7 def testCombinedTools(self):
8 + # https://github.com/cherrypy/cherrypy/issues/1849
11 expectedResult = (ntou('Hello,world') +
12 europoundUnicode).encode('utf-8')