Fix failing test

This commit is contained in:
Mike Place 2015-08-07 12:10:40 -06:00
parent 2a349ff102
commit 1a18013330

View File

@ -1555,8 +1555,7 @@ class FileTest(integration.ModuleCase, integration.SaltReturnAssertsMixIn):
'name': '{0}'.format(test_file),
'__run_num__': 1,
'comment': 'File {0} updated'.format(test_file),
'diff': '--- \n+++ \n@@ -1 +1,3\n+{0}\n {1}\n+{2}\n'.format(
korean_utf8_2, korean_utf8_1, korean_utf8_3),
'diff': '--- \n+++ \n@@ -1 +1,3 @@\n+\xec\xb2\xab \xeb\xb2\x88\xec\xa7\xb8 \xed\x96\x89\n \xed\x95\x9c\xea\xb5\xad\xec\x96\xb4 \xec\x8b\x9c\xed\x97\x98\n+\xeb\xa7\x88\xec\xa7\x80\xeb\xa7\x89 \xed\x96\x89\n'
},
('file_|-some-utf8-file-exists_|-{0}'
'_|-exists').format(test_file): {