2
0
mirror of https://github.com/WikiTeam/wikiteam synced 2024-11-12 07:12:41 +00:00

Add test for BOM encoding

This commit is contained in:
PiRSquared17 2015-03-24 21:04:29 +00:00
parent 1c820dafb7
commit 7c80d37e04

View File

@ -138,6 +138,9 @@ class TestDumpgenerator(unittest.TestCase):
# Test old allpages API behaviour
['http://wiki.damirsystems.com/index.php', 'http://wiki.damirsystems.com/api.php', 'SQL Server Tips'],
# Test BOM encoding
['http://www.libreidea.org/w/index.php', 'http://www.libreidea.org/w/api.php', 'Main Page'],
]
session = requests.Session()