2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-22 07:11:52 +00:00

edits today mean test needs fixing

This commit is contained in:
Philip Sargent 2023-08-26 18:53:15 +03:00
parent d08a6aa204
commit f23ea0ce4b

View File

@ -87,11 +87,11 @@ class ImportTest(TestCase):
print(f"'{i.message}'") print(f"'{i.message}'")
expected = [ expected = [
" ! - 1986 EXCEPTION: 'Kurt Keinnamen' in entry tid='1986_s02' for this year.", " ! - 1986 EXCEPTION: 'Kurt Keinnamen' (Kurt Keinnamen) in entry tid='1986_s02' for this year.",
] ]
not_expected = [ not_expected = [
" ! - 1986 EXCEPTION:: 'Dave Smartarse' in entry tid='1986_s01' for this year.", " ! - 1986 EXCEPTION:: 'Dave Smartarse' (Dave Smartarse) in entry tid='1986_s01' for this year.",
" ! - 1986 Warning: logentry: surface - stupour - no expo member author for entry '1986_s03'", " ! - 1986 Warning: logentry: surface - stupour - no expo member author for entry '1986_s03'",
" ! - 1986 Warning: logentry: 123 - wave 2 - no expo member author for entry '1986_s02'", " ! - 1986 Warning: logentry: 123 - wave 2 - no expo member author for entry '1986_s02'",
] ]