Added test for no escaping WebError.

This commit is contained in:
Jeremy Fincher 2004-01-16 16:12:54 +00:00
parent 1e15c4ca75
commit 8f53601882

View File

@ -45,5 +45,8 @@ if network:
self.assertNotError('weather Tucson, AZ')
self.assertError('weather hell')
def testNoEscapingWebError(self):
self.assertNotRegexp('weather "buenos aires"', 'WebError')
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: