We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb96fd9 commit 1e0f191Copy full SHA for 1e0f191
1 file changed
test/cli/project_test.py
@@ -148,8 +148,7 @@ def test_slnx_no_xml_root(tmpdir):
148
149
150
def test_slnx_no_projects(tmpdir):
151
- content = "\xEF\xBB\xBF\r\n" \
152
- '<?xml version="1.0" encoding="UTF-8"?>\r\n' \
+ content = '<?xml version="1.0" encoding="UTF-8"?>\r\n' \
153
"<Solution>\r\n" \
154
" <Configurations>\r\n" \
155
' <Platform Name="x64" />\r\n' \
@@ -163,8 +162,7 @@ def test_slnx_no_projects(tmpdir):
163
162
164
165
def test_slnx_project_file_not_found(tmpdir):
166
167
168
169
170
0 commit comments